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 d54ded8 commit 8c074a8Copy full SHA for 8c074a8
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
update-working-version:
34
runs-on: ubuntu-latest
35
steps:
36
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
37
- name: Set up Java and Maven
38
uses: actions/setup-java@v2
39
with:
@@ -49,7 +49,8 @@ jobs:
49
git commit -m "Set new SNAPSHOT version into pom files." -a
50
env:
51
RELEASE_VERSION: ${{ github.event.release.tag_name }}
52
- - name: Push changes v2
+ - name: Push changes
53
uses: ad-m/github-push-action@master
54
55
github_token: ${{ secrets.GITHUB_TOKEN }}
56
+ branch: "main"
0 commit comments