Skip to content

Commit

Permalink
chore: deployment profiles added
Browse files Browse the repository at this point in the history
  • Loading branch information
grigoriev committed May 29, 2024
1 parent d9b9e3c commit aee6386
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ jobs:
run: mvn --batch-mode clean package
- name: Extract artefact version
id: artefact_version
run: echo "name=version::$(mvn help:evaluate -Dexpression=project.version
-q -DforceStdout)" >> $GITHUB_OUTPUT
run: echo "version=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)"
>> $GITHUB_OUTPUT
- name: Publish to S3 bucket
if: ${{ !endsWith(steps.artefact_version.outputs.version, '-SNAPSHOT') }}
run: mvn --batch-mode deploy -Ps3Deploy
Expand Down

0 comments on commit aee6386

Please sign in to comment.