mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add release name to draft
This commit is contained in:
parent
ddf70dc862
commit
2c025be79f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/draft-release.yml
vendored
2
.github/workflows/draft-release.yml
vendored
|
@ -45,6 +45,7 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
release_name: "Release v${{ inputs.version }}"
|
||||
tag_name: v${{ inputs.salt-version }}
|
||||
draft: true
|
||||
prerelease: false
|
||||
|
@ -96,7 +97,6 @@ jobs:
|
|||
asset_name: ${{ matrix.file }}
|
||||
asset_content_type: ${{ steps.file-type.outputs.file_type }}
|
||||
|
||||
|
||||
release-artifacts:
|
||||
name: Download and list all artifacts
|
||||
runs-on: ubuntu-22.04
|
||||
|
|
Loading…
Add table
Reference in a new issue