Skip to content

Commit

Permalink
Fix release workflow bug
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgb committed Jan 28, 2025
1 parent 2d90bc3 commit fee4e35
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 @@ -173,7 +173,7 @@ jobs:
name: ${{ github.event.inputs.version }}
draft: true
generate_release_notes: true
tag_name: v${{ github.event.inputs.version }}
tag_name: ${{ github.event.inputs.version }}
files: |
forevervm-win-x64.exe.gz
forevervm-linux-x64.gz
Expand Down

0 comments on commit fee4e35

Please sign in to comment.