Skip to content

Commit

Permalink
Remove double v
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Wagemans committed Apr 11, 2024
1 parent bd01d6b commit c964265
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 @@ -62,7 +62,7 @@ jobs:
print;
}
' CHANGELOG.md)
gh release create v$COMMIT_TAG -t "v$COMMIT_TAG" -n "$CHANGELOG"
gh release create $COMMIT_TAG -t "$COMMIT_TAG" -n "$CHANGELOG"
./generate_gradle_properties.bash ${{ github.workspace }}
./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository
else
Expand Down

0 comments on commit c964265

Please sign in to comment.