Skip to content

Commit

Permalink
fix merge conflicts in action file
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed Oct 8, 2023
1 parent 7163ffc commit cb80fca
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ jobs:
run: |
pnpm changeset version --snapshot
pnpm run build
<<<<<<< Updated upstream:.github/workflows/nightly.yml
pnpm changeset publish --no-git-tag --snapshot --tag nightly
=======
pnpm changeset publish --no-git-tag --snapshot --tag canary-${GITHUB_BASE_REF}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
>>>>>>> Stashed changes:.github/workflows/canary.yml

0 comments on commit cb80fca

Please sign in to comment.