Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BFergerson authored Oct 19, 2024
1 parent 3b8a88e commit f01d81f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ jobs:
exit 1
fi
gh release create "${{ github.ref_name }}" $dmg_files "$msi_file" "$deb_file" \
-t "${{ github.ref_name }}" --draft --generate-notes
gh release create "${{ env.LATEST_RELEASE }}" $dmg_files "$msi_file" "$deb_file" \
-t "${{ env.LATEST_RELEASE }}" --draft --generate-notes

0 comments on commit f01d81f

Please sign in to comment.