Skip to content

Commit

Permalink
ci: update publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-ebey committed Oct 26, 2023
1 parent 73feaaa commit 6e9fac5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Build
run: pnpm build

- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
if: ${{ steps.release.outputs.release_created }}

0 comments on commit 6e9fac5

Please sign in to comment.