Skip to content

Commit

Permalink
ci: add version as tag name when nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
joooye34 committed Dec 26, 2023
1 parent 555d40c commit 55da1c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
name: ${{ needs.before-make.outputs.RELEASE_VERSION }}
tag_name: ${{ (github.ref_type == 'tag' && github.ref_name) || needs.before-make.outputs.RELEASE_VERSION }}
body: ''
draft: ${{ github.event.inputs.is-draft }}
prerelease: ${{ github.event.inputs.is-pre-release }}
Expand Down

0 comments on commit 55da1c6

Please sign in to comment.