Skip to content

Commit

Permalink
use HEAD rather than
Browse files Browse the repository at this point in the history
  • Loading branch information
straker committed Aug 22, 2023
1 parent c5b475b commit be7541e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
--canary \
--dist-tag=next \
--exact \
--preid=$(git rev-parse --short "$GITHUB_SHA") \
--preid=$(git rev-parse --short HEAD) \
--force-publish \
--yes
Expand Down

0 comments on commit be7541e

Please sign in to comment.