Skip to content

Commit

Permalink
ci: fix tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
zyrouge committed Oct 7, 2023
1 parent 5fd484e commit 736a72d
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 @@ -38,7 +38,7 @@ jobs:
- name: 🚀 Upload executables
uses: ncipollo/release-action@v1
with:
tag: v${{ env.TAG_NAME }}
tag: ${{ env.TAG_NAME }}
artifacts: ${{ env.BUILD_DIR }}/*
generateReleaseNotes: true
draft: true
Expand Down

0 comments on commit 736a72d

Please sign in to comment.