Skip to content

Commit 2c80d71

Browse files
Trying the npm publish.
1 parent 71b5552 commit 2c80d71

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/stage-5-publish.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,21 @@ jobs:
179179
node-version: '24.3'
180180
registry-url: 'https://npm.pkg.github.com'
181181

182-
183182
- run: ls -la
184183
working-directory: ./artifacts/sdk-ts-${{ inputs.version }}
184+
185+
- run: npm cache clear --force
186+
working-directory: ./artifacts/sdk-ts-${{ inputs.version }}
187+
185188
- run: npm i
186189
working-directory: ./artifacts/sdk-ts-${{ inputs.version }}
190+
191+
- run: npm pkg fix
192+
working-directory: ./artifacts/sdk-ts-${{ inputs.version }}
193+
194+
- run: ls -la
195+
working-directory: ./artifacts/sdk-ts-${{ inputs.version }}
196+
187197
- run: npm publish
188198
working-directory: ./artifacts/sdk-ts-${{ inputs.version }}
189199
env:

0 commit comments

Comments
 (0)