We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71b5552 commit 2c80d71Copy full SHA for 2c80d71
.github/workflows/stage-5-publish.yaml
@@ -179,11 +179,21 @@ jobs:
179
node-version: '24.3'
180
registry-url: 'https://npm.pkg.github.com'
181
182
-
183
- run: ls -la
184
working-directory: ./artifacts/sdk-ts-${{ inputs.version }}
+
185
+ - run: npm cache clear --force
186
+ working-directory: ./artifacts/sdk-ts-${{ inputs.version }}
187
188
- run: npm i
189
190
191
+ - run: npm pkg fix
192
193
194
+ - run: ls -la
195
196
197
- run: npm publish
198
199
env:
0 commit comments