We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 817dfce commit dceddeeCopy full SHA for dceddee
.github/workflows/release.yml
@@ -64,7 +64,7 @@ jobs:
64
export GPG_TTY=$(tty)
65
git config user.name "${{ github.event.head_commit.committer.name }}"
66
git config user.email "${{ github.event.head_commit.committer.email }}"
67
- mvn -B --file pom.xml release:prepare release:perform
+ mvn -B --file pom.xml release:perform
68
69
# Create a release
70
0 commit comments