Skip to content

Commit dceddee

Browse files
committed
ci: Switch to JReleaser action for publishing artifacts
1 parent 817dfce commit dceddee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
export GPG_TTY=$(tty)
6565
git config user.name "${{ github.event.head_commit.committer.name }}"
6666
git config user.email "${{ github.event.head_commit.committer.email }}"
67-
mvn -B --file pom.xml release:prepare release:perform
67+
mvn -B --file pom.xml release:perform
6868
6969
# Create a release
7070

0 commit comments

Comments
 (0)