We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac3774e commit 1b18ca0Copy full SHA for 1b18ca0
.github/workflows/sync-version.yml
@@ -100,4 +100,5 @@ jobs:
100
TAG_NAME: ${{ steps.prep.outputs.version }}
101
run: |
102
set -euo pipefail
103
- gh release edit "$TAG_NAME" --target "$TAG_NAME"
+ COMMIT_SHA=$(git rev-parse HEAD)
104
+ gh release edit "$TAG_NAME" --target "$COMMIT_SHA"
0 commit comments