Skip to content

Commit

Permalink
RELENG-5645 ensure correct usage of gh release
Browse files Browse the repository at this point in the history
the gh release is being tagged on the default branch instead of the one that is triggered by the workflow.
  • Loading branch information
tcarmet authored May 2, 2022
1 parent 8016e07 commit 29920b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
name: Release ${{ github.event.inputs.tag }}
tag_name: ${{ github.event.inputs.tag }}
release_name: Release ${{ github.event.inputs.tag }}
prerelease: ${{ github.event.inputs.prerelease }}
generate_release_notes: true
target_commitish: ${{ github.sha }}

0 comments on commit 29920b2

Please sign in to comment.