Skip to content

Commit

Permalink
Don't create another tag for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
srgoni committed Oct 20, 2022
1 parent c71e346 commit 07cf095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ jobs:
- name: Create GitHub release
uses: swisstxt/github-action-release-artifacts@main
with:
tag: ${{ steps.release_version.outputs.version }}
tag: ${{ github.ref_name }}
create_release: true
release_name: ${{ steps.release_version.outputs.version }}

0 comments on commit 07cf095

Please sign in to comment.