Skip to content

Commit

Permalink
Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
fwang committed Apr 13, 2024
1 parent 58e09f7 commit 4019605
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ jobs:
# GITHUB_TOKEN: ${{ secrets.SST_GITHUB_TOKEN }}
# AUR_KEY: ${{ secrets.AUR_KEY }}

- run: npm publish
working-directory: ./sdk/nodejs
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Publish
uses: JS-DevTools/npm-publish@v2
with:
access: "public"
token: ${{ secrets.NPM_TOKEN }}
package: ${{ github.workspace }}/sdk/nodejs/bin/package.json

0 comments on commit 4019605

Please sign in to comment.