Skip to content

Commit

Permalink
Added prelease token to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
soorajbhaskaran committed Sep 19, 2024
1 parent 419150c commit b5fcc38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ jobs:
with:
access: "public"
token: ${{ secrets.NPM_TOKEN }}
tag: ${{ github.event.release.prerelease && 'beta' || 'latest' }}

0 comments on commit b5fcc38

Please sign in to comment.