Update tag.yml
This commit is contained in:
@@ -42,7 +42,7 @@ jobs:
|
||||
name: ${{ format('Release {0}', github.ref_name) }}
|
||||
prerelease: ${{ contains(github.ref_name, '-rc-') }}
|
||||
fail_on_unmatched_files: true
|
||||
draft: true
|
||||
draft: false
|
||||
outputs:
|
||||
url: ${{ steps.release.outputs.url }}
|
||||
|
||||
@@ -85,5 +85,5 @@ jobs:
|
||||
color: "#FF0000"
|
||||
username: "${{ env.PROJECT_NAME }} Release Bot"
|
||||
message: >
|
||||
An ${{ env.PROJECT_NAME }} release draft ran by ${{ github.actor }} failed:
|
||||
An ${{ env.PROJECT_NAME }} release ran by ${{ github.actor }} failed:
|
||||
https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
|
||||
|
||||
Reference in New Issue
Block a user