Skip to content

Commit 9635bc5

Browse files
committed
Use "actions/checkout@v2" to be able to push (maybe)
1 parent b46cbf8 commit 9635bc5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
git config --global user.email "${{ secrets.GIT_USER_EMAIL }}"
3333
3434
- name: Release
35+
uses: actions/checkout@v2
3536
run: mvn -B release:prepare release:perform
3637
env:
3738
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}

0 commit comments

Comments
 (0)