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 aacdf2b commit 09c6cbeCopy full SHA for 09c6cbe
.github/workflows/auto-release.yml
@@ -33,6 +33,6 @@ jobs:
33
env:
34
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_PAT }}
35
with:
36
- version: ${{ steps.version.outputs.match != '' }}
+ version: ${{ steps.version.outputs.group1 }}
37
force: false
38
merge_target: master
0 commit comments