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 6a03830 commit d410af9Copy full SHA for d410af9
.github/workflows/release.yml
@@ -99,7 +99,7 @@ jobs:
99
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
100
with:
101
tag_name: v${{ env.SIMPLE_VERSION }}
102
- target_commitish: $(( env.RELEASE_COMMIT_HASH ))
+ target_commitish: ${{ env.RELEASE_COMMIT_HASH }}
103
name: Release ${{ env.SIMPLE_VERSION }}
104
body: ${{ steps.changelog_reader.outputs.changes }}
105
draft: false
0 commit comments