Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gnios committed Nov 20, 2024
1 parent 4d5e612 commit e910dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref_name }}
tag_name: v${{ steps.extract_version.outputs.VERSION }}
release_name: ${{ steps.extract_version.outputs.VERSION }}
draft: false
prerelease: false
Expand Down

0 comments on commit e910dcf

Please sign in to comment.