Compare commits

...

1 Commits

Author SHA1 Message Date
李华桥
55da1c6864 ci: add version as tag name when nightly build 2023-12-26 14:07:58 +08:00

View File

@@ -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 }}