Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
varzager authored Jun 27, 2024
1 parent 743c419 commit 7436918
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
needs: create-release
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.ref }}
ssh-key: ${{ secrets.BUMP_SECRET }}

- uses: actions/setup-node@v2
with:
Expand All @@ -81,4 +84,4 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

- run: echo "Published!"
- run: echo "Published!"

0 comments on commit 7436918

Please sign in to comment.