Don't create a new tag

This commit is contained in:
Max Isom 2021-12-16 15:05:37 -05:00
parent a73fd840f7
commit 55c98ff2a9
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880

View file

@ -27,7 +27,7 @@ jobs:
- name: Create/update release - name: Create/update release
uses: ncipollo/release-action@v1 uses: ncipollo/release-action@v1
with: with:
tag: ${{ steps.changelog_reader.outputs.version }} tag: ${GITHUB_REF#refs/tags}
name: Release ${{ steps.changelog_reader.outputs.version }} name: Release ${{ steps.changelog_reader.outputs.version }}
body: ${{ steps.changelog_reader.outputs.changes }} body: ${{ steps.changelog_reader.outputs.changes }}
prerelease: ${{ steps.changelog_reader.outputs.status == 'prereleased' }} prerelease: ${{ steps.changelog_reader.outputs.status == 'prereleased' }}