Skip to content

Commit

Permalink
Fix canary release tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed Oct 20, 2023
1 parent a5d6a84 commit 7cf782f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
run: |
pnpm changeset version --snapshot
pnpm run build
pnpm changeset publish --no-git-tag --snapshot --tag experimental
pnpm changeset publish --no-git-tag --snapshot --tag canary
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7cf782f

Please sign in to comment.