Skip to content

Commit ceaa479

Browse files
Trying the npm publish.
1 parent d0c2322 commit ceaa479

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

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

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -183,23 +183,14 @@ jobs:
183183
node-version: '24.3'
184184
registry-url: 'https://npm.pkg.github.com'
185185

186+
- run: cp /artifacts/sdk-ts-${{ inputs.version }}/* /
187+
- run: rm -f /artifacts
186188
- run: ls -la
187-
working-directory: ./artifacts/sdk-ts-${{ inputs.version }}
188-
189189
- run: npm cache clear --force
190-
working-directory: ./artifacts/sdk-ts-${{ inputs.version }}
191-
192190
- run: npm i
193-
working-directory: ./artifacts/sdk-ts-${{ inputs.version }}
194-
195191
- run: npm run build
196-
working-directory: ./artifacts/sdk-ts-${{ inputs.version }}
197-
198192
- run: ls -la
199-
working-directory: ./artifacts/sdk-ts-${{ inputs.version }}
200-
201193
- run: npm publish --verbose
202-
working-directory: ./artifacts/sdk-ts-${{ inputs.version }}
203194
env:
204195
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
205196

sdk/_config.version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 0.0.1-20250703.140414+9fd7d6c
1+
version: 0.0.1-20250703.142109+d0c2322

0 commit comments

Comments
 (0)