Skip to content

Commit

Permalink
πŸ’š fix ci: Do not try to commit lockfile to main branch in relesae (#1033
Browse files Browse the repository at this point in the history
)
  • Loading branch information
LogFlames authored Dec 19, 2024
1 parent 136d894 commit 032b6fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
include-maven-plugins: true
commit-lockfile: false
- name: set branchname to next version
run: echo "BRANCH_NAME=release/$NEXT_VERSION" >> $GITHUB_ENV
- name: Set release version
Expand Down

0 comments on commit 032b6fa

Please sign in to comment.