Skip to content

Commit

Permalink
use GITHUB_HEAD_REF in canary release
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed Oct 8, 2023
1 parent cb80fca commit fafc9e1
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_BASE_REF}
pnpm changeset publish --no-git-tag --snapshot --tag canary-${GITHUB_HEAD_REF}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fafc9e1

Please sign in to comment.