Skip to content

Commit

Permalink
build(ci): fix the git push action for 1.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jponge committed Nov 15, 2023
1 parent 2de64f3 commit 9e4e57d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- name: Commit & Push changes
uses: actions-js/[email protected]
with:
branch: '1.x'
github_token: ${{ secrets.GITHUB_TOKEN }}
message: "chore: releasing version ${{ github.event.inputs.version }}"
- name: Release with JReleaser
Expand All @@ -53,5 +54,6 @@ jobs:
- name: Commit & Push changes
uses: actions-js/[email protected]
with:
branch: '1.x'
github_token: ${{ secrets.GITHUB_TOKEN }}
message: "chore: setting version ${{ github.event.inputs.nextVersion }}-SNAPSHOT"

0 comments on commit 9e4e57d

Please sign in to comment.