fix error with 'GitHub Releases requires a tag'
This commit is contained in:
4
.github/workflows/build-nightly-cron.yaml
vendored
4
.github/workflows/build-nightly-cron.yaml
vendored
@@ -345,8 +345,8 @@ jobs:
|
|||||||
- name: Create Pre-release
|
- name: Create Pre-release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
name: ${{ steps.filename.outputs.DATE_TIME }}
|
name: ${{ needs.prepare.outputs.BUILD_DATE_TIME }}
|
||||||
tag_name: ${{ steps.filename.outputs.DATE_TIME }}
|
tag_name: ${{ needs.prepare.outputs.BUILD_DATE_TIME }}
|
||||||
prerelease: true
|
prerelease: true
|
||||||
body: |
|
body: |
|
||||||
SPT: ***${{ needs.prepare.outputs.SPT_VERSION }}***
|
SPT: ***${{ needs.prepare.outputs.SPT_VERSION }}***
|
||||||
|
|||||||
Reference in New Issue
Block a user