Skip to content

Commit 66f716f

Browse files
committed
fix: experimental fix for version update after release
1 parent 56e2346 commit 66f716f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 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@v3
36+
- uses: actions/checkout@v2
3737
- name: Set up Java and Maven
3838
uses: actions/setup-java@v2
3939
with:
@@ -53,4 +53,3 @@ jobs:
5353
uses: ad-m/github-push-action@master
5454
with:
5555
github_token: ${{ secrets.GITHUB_TOKEN }}
56-
branch: "main"

0 commit comments

Comments
 (0)