Skip to content

Commit

Permalink
fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
mikew committed Oct 6, 2024
1 parent 6374880 commit 2492db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ git tag "${RELEASE_TAG}"
# Get the SHA of the latest commit
COMMIT_SHA=$(git rev-parse HEAD)
git push --force origin "${RELEASE_TAG}"
# git push origin HEAD
git push origin HEAD

# Update the target for the release.
gh release edit "--target=${COMMIT_SHA}" "${RELEASE_TAG}"

0 comments on commit 2492db9

Please sign in to comment.