Skip to content

Commit

Permalink
Not dry anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
iwoplaza committed Dec 18, 2024
1 parent f211593 commit 1ec540c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: pnpm install --recursive --frozen-lockfile

- run: pnpm publish-package -- --dry-run
- run: pnpm publish-package
working-directory: ./packages/typed-binary
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 1ec540c

Please sign in to comment.