Skip to content

Commit

Permalink
chore: specify the branch for action (#7162)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin authored Apr 8, 2024
1 parent 2714f49 commit cb28444
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
with:
name: Release ${{ steps.generate_body.outputs.tag_name }}
tag: ${{ steps.generate_body.outputs.tag_name }}
commit: ${{ github.head_ref || github.ref_name }}
bodyFile: 'RELEASE_BODY.md'
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit cb28444

Please sign in to comment.