Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bdlm-dev authored Jul 20, 2024
1 parent b2ff799 commit b8327bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ jobs:
with:
allowUpdates: true
commit: ${{ github.ref_name }}
tag: v${{ needs.pre_job.outputs.version }}
name: Version ${{ needs.pre_job.outputs.version }}
tag: ${{ needs.pre_job.outputs.version }}
name: ${{ needs.pre_job.outputs.version }}
omitBodyDuringUpdate: true
artifacts: "${{ env.PROJ_USERNAME}}.${{ env.PROJ_NAME }}.zip"
draft: true
Expand Down

0 comments on commit b8327bc

Please sign in to comment.