Skip to content

Commit 09c6cbe

Browse files
authored
ci: Fix auto-release workflow (#7213)
1 parent aacdf2b commit 09c6cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_PAT }}
3535
with:
36-
version: ${{ steps.version.outputs.match != '' }}
36+
version: ${{ steps.version.outputs.group1 }}
3737
force: false
3838
merge_target: master

0 commit comments

Comments
 (0)