Skip to content

Commit

Permalink
Update create_realease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxM1211 committed Dec 6, 2023
1 parent b83f192 commit fef8701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_realease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Create New Release For LIVE
uses: ncipollo/release-action@v1
with:
tag: ${{ github.workflow.run }}-LIVE #needs.get_context_info.outputs.DATE
tag: ${{ github.run_number }}-LIVE #needs.get_context_info.outputs.DATE
commit: main
name: ${{ needs.get_context_info.outputs.RELEASE_TITLE_LIVE }}
body: ${{ vars.RELEASE_BODY_LIVE }}
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Create New Release For PTU
uses: ncipollo/release-action@v1
with:
tag: ${{ github.workflow.run }}-PTU #needs.get_context_info.outputs.DATE
tag: ${{ github.run_number }}-PTU #needs.get_context_info.outputs.DATE
commit: main
name: ${{ needs.get_context_info.outputs.RELEASE_TITLE_PTU }}
body: ${{ vars.RELEASE_BODY_PTU }}
Expand Down

0 comments on commit fef8701

Please sign in to comment.