File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ jobs:
1919 release :
2020 if : github.ref_name == 'main'
2121 runs-on : ubuntu-latest
22- permissions :
23- contents : read
24- issues : write
2522 steps :
2623 - uses : actions/checkout@v4
24+ - uses : webfactory/ssh-agent@v0.9.0
25+ with :
26+ ssh-private-key : ${{ secrets.SSH_PRIVATE_KEY }}
2727 - name : Set up JDK 11
2828 uses : actions/setup-java@v4
2929 with :
@@ -36,12 +36,12 @@ jobs:
3636 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3737 - name : Configure Git User
3838 run : |
39- git config --local user.email "actions @github.com"
39+ git config --local user.email "sep3tools @github.com"
4040 git config --local user.name "GitHub Actions"
4141 - name : Create Maven Release
4242 run : mvn -Dresume=false -DreleaseVersion=${{ github.event.inputs.release_version }} -DdevelopmentVersion=${{ github.event.inputs.next_version }} -DdeployAtEnd=true -Dgoals=deploy release:prepare release:perform
4343 env :
44- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
44+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4545 - name : Login to GitHub Container Registry
4646 uses : docker/login-action@v3
4747 with :
You can’t perform that action at this time.
0 commit comments