diff options
| author | Max Isom <[email protected]> | 2021-12-16 15:05:37 -0500 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2021-12-16 15:05:37 -0500 |
| commit | 55c98ff2a937392a2f24d3ee3d3d7cb6e15ff178 (patch) | |
| tree | e471d71d6e7f5431e13149aa9ad625b18316b43a /.github | |
| parent | a73fd840f7a521bd56bb3b1e3bb30234c175470d (diff) | |
| download | muse-55c98ff2a937392a2f24d3ee3d3d7cb6e15ff178.tar.xz muse-55c98ff2a937392a2f24d3ee3d3d7cb6e15ff178.zip | |
Don't create a new tag
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/publish.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 12eebab..6055264 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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' }} |
