Skip to content

Commit

Permalink
feat(ci): fix npm tag name (just beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgoud committed Mar 18, 2024
1 parent 1520add commit ac6e5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: pnpm build

- name: Publish beta
run: pnpm -r --filter './packages/**' publish --no-git-checks --access public --tag $VERSION
run: pnpm -r --filter './packages/**' publish --no-git-checks --access public --tag beta
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
VERSION: ${{ steps.get_tag.outputs.TAG }}

0 comments on commit ac6e5c3

Please sign in to comment.