Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vannvan authored Oct 29, 2023
1 parent 2a080d3 commit e47ef38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:



build:
publish-task:
runs-on: ubuntu-20.04
strategy:
matrix:
Expand All @@ -60,5 +60,7 @@ jobs:
run: pnpm install
- name: Build
run: pnpm run tsc
- name: Publish
run: pnpm publish -r --dry-run
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_WORKFLOW}}

0 comments on commit e47ef38

Please sign in to comment.