Skip to content

Commit

Permalink
chore: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollovati committed Dec 29, 2023
1 parent d55aabc commit 3d3ae54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
distribution: 'temurin'
- name: Set version
run:
mvn -N -ntp versions:set-version -DnewVersion="${{ inputs.version }}"
mvn -N -ntp versions:set -DnewVersion="${{ inputs.version }}"
- name: Staging artifacts
run: |
mvn -V -ntp -Prelease -DaltDeploymentRepository=local::file:./target/staging-deploy -DskipTests deploy
Expand Down

0 comments on commit 3d3ae54

Please sign in to comment.