Skip to content

Commit

Permalink
chore: add publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Jun 24, 2024
1 parent 83c2304 commit 3790c62
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/publish-to-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
SUI_VERSION: ${{ env.SUI_VERSION }}
- name: Compile
run: npm run build
- name: Debug Package Contents
run: |
npm pack --dry-run
# - run: npm publish
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 3790c62

Please sign in to comment.