We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b46cbf8 commit 9635bc5Copy full SHA for 9635bc5
1 file changed
.github/workflows/release.yml
@@ -32,6 +32,7 @@ jobs:
32
git config --global user.email "${{ secrets.GIT_USER_EMAIL }}"
33
34
- name: Release
35
+ uses: actions/checkout@v2
36
run: mvn -B release:prepare release:perform
37
env:
38
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
0 commit comments