Skip to content

Commit

Permalink
try to skip docker with -darguments
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelva committed Dec 25, 2024
1 parent e05068e commit f56b588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Release and Publish with Maven
run: mvn -B release:prepare release:perform -DpushReleaseChanges=true -DskipDocker=true
run: mvn -B release:prepare release:perform -DpushReleaseChanges=true -Darguments="-DskipDocker=true"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit f56b588

Please sign in to comment.