Skip to content

Commit d410af9

Browse files
authored
Update release.yml
1 parent 6a03830 commit d410af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
100100
with:
101101
tag_name: v${{ env.SIMPLE_VERSION }}
102-
target_commitish: $(( env.RELEASE_COMMIT_HASH ))
102+
target_commitish: ${{ env.RELEASE_COMMIT_HASH }}
103103
name: Release ${{ env.SIMPLE_VERSION }}
104104
body: ${{ steps.changelog_reader.outputs.changes }}
105105
draft: false

0 commit comments

Comments
 (0)