Skip to content

Commit

Permalink
ci: Fix duplicate tagging of version
Browse files Browse the repository at this point in the history
  • Loading branch information
pmdevita committed Nov 10, 2023
1 parent f1990a2 commit 8551092
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
custom_tag: ${{ steps.version.outputs.RELEASE_VER }}
tag_prefix: ""
- name: Create a GitHub release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit 8551092

Please sign in to comment.