Skip to content

Commit

Permalink
Fix release tagging (#4741)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Nov 30, 2021
1 parent f5142f2 commit 826008b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/patch-release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{ github.event.inputs.version }}
commitish: ${{ needs.prepare-release-branch.outputs.release-branch-name }}
release_name: Release v${{ github.event.inputs.version }}
draft: true
prerelease: false
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{ github.event.inputs.version }}
commitish: ${{ github.event.inputs.release-branch-name }}
release_name: Release v${{ github.event.inputs.version }}
draft: true
prerelease: false
Expand Down

0 comments on commit 826008b

Please sign in to comment.