Skip to content

Commit

Permalink
fixes issue generating incorrect tag
Browse files Browse the repository at this point in the history
  • Loading branch information
obrunopolo committed Nov 21, 2023
1 parent 70a2912 commit de578ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,9 @@ jobs:

- uses: paulhatch/[email protected]
id: semver
with:
tag_prefix: "v"

- name: Publish Github Release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ steps.semver.outputs.version }}
tag_name: v${{ steps.semver.outputs.version }}
draft: false

0 comments on commit de578ac

Please sign in to comment.