mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-12 21:05:29 +01:00
Don't create a new tag
This commit is contained in:
parent
a73fd840f7
commit
55c98ff2a9
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
- name: Create/update release
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
tag: ${{ steps.changelog_reader.outputs.version }}
|
||||
tag: ${GITHUB_REF#refs/tags}
|
||||
name: Release ${{ steps.changelog_reader.outputs.version }}
|
||||
body: ${{ steps.changelog_reader.outputs.changes }}
|
||||
prerelease: ${{ steps.changelog_reader.outputs.status == 'prereleased' }}
|
||||
|
|
Loading…
Reference in a new issue