Skip to content

Commit

Permalink
npm publish tag version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnlindsay committed Oct 23, 2023
1 parent d017d80 commit 326a201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-beta-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@ jobs:
with:
token: ${{ secrets.NPM_TOKEN }}
registry: ${{ env.NPM_REGISTRY_URL }}
tag: 'next'
tag: "v${{ steps.version.outputs.value }}-${{ env.BETA_SUFFIX }}"
dry-run: true

0 comments on commit 326a201

Please sign in to comment.