Skip to content

Commit

Permalink
ci: Fix auto-release workflow (#7213)
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Feb 17, 2023
1 parent aacdf2b commit 09c6cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_PAT }}
with:
version: ${{ steps.version.outputs.match != '' }}
version: ${{ steps.version.outputs.group1 }}
force: false
merge_target: master

0 comments on commit 09c6cbe

Please sign in to comment.