Skip to content

Commit

Permalink
tag all canaries the same
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed Oct 8, 2023
1 parent fafc9e1 commit 980f176
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 @@ -57,6 +57,6 @@ jobs:
run: |
pnpm changeset version --snapshot
pnpm run build
pnpm changeset publish --no-git-tag --snapshot --tag canary-${GITHUB_HEAD_REF}
pnpm changeset publish --no-git-tag --snapshot --tag canary
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 980f176

Please sign in to comment.