Skip to content

Commit

Permalink
Release script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Jul 7, 2023
1 parent b14710f commit 97fdf94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ fi
read -p "Releasing version $VERSION. Are you sure? (y/n) " -n 1 -r

# Release.
gh release create --title "$VERSION" $NOTES
gh release create "$VERSION" $NOTES --title "$VERSION"

0 comments on commit 97fdf94

Please sign in to comment.