Skip to content

Commit

Permalink
ci: fix canary deploy sha (#797)
Browse files Browse the repository at this point in the history
* ci: fix deploy sha

* use HEAD rather than
  • Loading branch information
straker authored Aug 22, 2023
1 parent b407c6c commit 60abf5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
--canary \
--dist-tag=next \
--exact \
--preid=$(git rev-parse --short HEAD) \
--force-publish \
--yes
Expand Down

0 comments on commit 60abf5e

Please sign in to comment.