Skip to content

Commit

Permalink
Update Release_Build_Push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yugaa22 committed Mar 12, 2024
1 parent c49f97c commit bf76c29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Release_Build_Push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.get_branch_name.outputs.branch }}_v${{ steps.extract_version.outputs.version }}-rc${{ steps.determine_rc_number.outputs.rc_number }}
release_name: "Branch: ${{ steps.get_branch_name.outputs.branch }} and tag: ${{ steps.get_branch_name.outputs.branch }}_v${{ steps.extract_version.outputs.version }}-rc${{ steps.determine_rc_number.outputs.rc_number }}"
tag_name: ${{ steps.get_branch_name.outputs.branch }}_rc${{ steps.determine_rc_number.outputs.rc_number }}
release_name: "Branch: ${{ steps.get_branch_name.outputs.branch }} and tag: ${{ steps.get_branch_name.outputs.branch }}_rc${{ steps.determine_rc_number.outputs.rc_number }}"
body: |
This is an automatically generated release for PR ${{ github.event.pull_request.number }}.
Add your release notes here.
Expand Down

0 comments on commit bf76c29

Please sign in to comment.