Skip to content

Commit

Permalink
fix(ci): Typo in release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jponge committed Jul 24, 2023
1 parent 0f39dfa commit c758af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ echo "📦 Staging artifacts..."
./mvnw --batch-mode --no-transfer-progress -Ppublication -DskipTests=true -Dskip.spotless=true

echo "🚀 Releasing..."
/mvnw --batch-mode --no-transfer-progress -Prelease -pl :runtimes-java jreleaser:full-release
./mvnw --batch-mode --no-transfer-progress -Prelease -pl :runtimes-java jreleaser:full-release

echo "🎉 Done!"

0 comments on commit c758af0

Please sign in to comment.