Skip to content

Commit 8c074a8

Browse files
committed
fix: updating working version
1 parent d54ded8 commit 8c074a8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
update-working-version:
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: actions/checkout@v2
36+
- uses: actions/checkout@v3
3737
- name: Set up Java and Maven
3838
uses: actions/setup-java@v2
3939
with:
@@ -49,7 +49,8 @@ jobs:
4949
git commit -m "Set new SNAPSHOT version into pom files." -a
5050
env:
5151
RELEASE_VERSION: ${{ github.event.release.tag_name }}
52-
- name: Push changes v2
52+
- name: Push changes
5353
uses: ad-m/github-push-action@master
5454
with:
5555
github_token: ${{ secrets.GITHUB_TOKEN }}
56+
branch: "main"

0 commit comments

Comments
 (0)