Skip to content

Commit

Permalink
Set token
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenyeargin committed Nov 23, 2023
1 parent 7c47b5c commit 9593414
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
token: ${{ secrets.NPM_AUTH_TOKEN }}
- if: ${{ steps.publish.outputs.type }}
name: Create Release
env:
GH_TOKEN: ${{ github.token }}
run: |
VERSION="v${{ steps.publish.outputs.version }}"
gh release create $VERSION --generate-notes

0 comments on commit 9593414

Please sign in to comment.