Skip to content

Commit

Permalink
feature: add release github action
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoesle committed Mar 27, 2024
1 parent bc9742b commit b40ba92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-build-and-release-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
./mvnw --batch-mode clean install
- name: RELEASE / Remove SNAPSHOT
if: inputs.maven-release == true
if: inputs.snapshot-release == false
run: |
chmod +x ./mvnw
./mvnw versions:set --batch-mode -DremoveSnapshot -DprocessAllModules
Expand Down

0 comments on commit b40ba92

Please sign in to comment.