Skip to content

Commit

Permalink
🛠️ Do not push lockfile as part of release (#994)
Browse files Browse the repository at this point in the history
  • Loading branch information
LogFlames authored Nov 27, 2024
1 parent f488c7d commit 1a86910
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 1a86910

Please sign in to comment.