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,10 @@ 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+ with :
25+ token : ${{ secrets.GITHUB_TOKEN }}
2726 - name : Set up JDK 11
2827 uses : actions/setup-java@v4
2928 with :
3635 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3736 - name : Configure Git User
3837 run : |
39- git config --local user.email "actions @github.com"
38+ git config --local user.email "sep3tools @github.com"
4039 git config --local user.name "GitHub Actions"
4140 - name : Create Maven Release
4241 run : mvn -Dresume=false -DreleaseVersion=${{ github.event.inputs.release_version }} -DdevelopmentVersion=${{ github.event.inputs.next_version }} -DdeployAtEnd=true -Dgoals=deploy release:prepare release:perform
You can’t perform that action at this time.
0 commit comments