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 3b97ea1 commit 6dc636cCopy full SHA for 6dc636c
.github/workflows/main.yml
@@ -246,4 +246,4 @@ jobs:
246
tag_name: ${{ steps.tag.outputs.tag }}
247
prerelease: ${{ contains(steps.tag.outputs.tag, 'rc') }}
248
generate_release_notes: true
249
- target_commitish: ${{ env.GITHUB_SHA }}
+ target_commitish: ${{ github.sha }}
0 commit comments