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 7, 2023
1 parent 9249bce commit ddfa72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_realease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
- name: Create Release For PTU
uses: ncipollo/release-action@v1
with:
tag: ${{ inputs.tags || github.run_number }}-PTU
tag: ${{ inputs.tag || github.run_number }}-PTU
commit: main
name: ${{ needs.get_context_info.outputs.RELEASE_TITLE_PTU }}
body: ${{ vars.RELEASE_BODY_PTU }}
Expand Down

0 comments on commit ddfa72a

Please sign in to comment.