test
This commit is contained in:
parent
d18795db1e
commit
e42f1f006b
2
.github/workflows/autorelease.yml
vendored
2
.github/workflows/autorelease.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
|||
- uses: 'marvinpinto/action-automatic-releases@latest'
|
||||
with:
|
||||
repo_token: '${{ secrets.GITHUB_TOKEN }}'
|
||||
title: ${{ github.event.head_commit.message }}
|
||||
title: 'v${{ steps.versioning.outputs.tag }}'
|
||||
automatic_release_tag: ${{ steps.versioning.outputs.tag }}
|
||||
prerelease: false
|
||||
files: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user