File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 2929 GLPA_C0_GH_REF : ${{ github.ref }}
3030 GLPA_C0_GH_REF_NAME : ${{ github.ref_name }}
3131 GLPA_C0_GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
32- GLPA_C0_NODE_AUTH_TOKEN : ${{ secrets.NPM_PUBLISH_TOKEN }}
3332
3433 - name : Find existing comment
3534 uses : peter-evans/find-comment@v3
Original file line number Diff line number Diff line change @@ -142,12 +142,15 @@ npm-types:generate-graphql:
142142
143143
144144.npm-types:publish-graphql :
145- image : node:22.18 .0
145+ image : node:24.8 .0
146146 needs :
147147 - npm-types:generate-graphql
148148 variables :
149- NODE_AUTH_TOKEN : $C0_NODE_AUTH_TOKEN
150149 GIT_STRATEGY : empty
150+ NPM_CONFIG_PROVENANCE : " false"
151+ id_tokens :
152+ NPM_ID_TOKEN :
153+ aud : " npm:registry.npmjs.org"
151154 script :
152155 - cd tooling/graphql/types
153156 - npm ci
@@ -161,7 +164,7 @@ npm-types:publish-graphql-dry-run:
161164 stage : test
162165 script :
163166 - !reference [.npm-types:publish-graphql, script]
164- - npm publish --dry-run
167+ - npm publish --dry-run --tag latest
165168 artifacts :
166169 expire_in : 7 days
167170 paths :
@@ -175,7 +178,7 @@ npm-types:publish-graphql:
175178 stage : publish
176179 script :
177180 - !reference [ .npm-types:publish-graphql, script ]
178- - npm publish
181+ - npm publish --tag latest
179182 rules :
180183 - if : $C0_GH_REF_NAME == "main"
181184 when : manual
You can’t perform that action at this time.
0 commit comments