Skip to content

Commit

Permalink
chore: test deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ariwk authored May 28, 2024
1 parent dc2d837 commit 2efaca0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@ jobs:
run: echo ::set-output name=version::$(mvn help:evaluate -Dexpression=project.version
-q -DforceStdout)
- name: Publish to S3 bucket
if: ${{ !endsWith(steps.artefact_version.outputs.version, '-SNAPSHOT') }}
# if: ${{ !endsWith(steps.artefact_version.outputs.version, '-SNAPSHOT') }}
run: mvn --batch-mode deploy -Ps3Deploy
- name: Publish to repsy.io
if: ${{ !endsWith(steps.artefact_version.outputs.version, '-SNAPSHOT') }}
# if: ${{ !endsWith(steps.artefact_version.outputs.version, '-SNAPSHOT') }}
run: mvn --batch-mode deploy -PrepsyDeploy
- name: Publish to GitHub Packages
if: ${{ !endsWith(steps.artefact_version.outputs.version, '-SNAPSHOT') }}
# if: ${{ !endsWith(steps.artefact_version.outputs.version, '-SNAPSHOT') }}
run: mvn --batch-mode deploy -PgithubDeploy
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 2efaca0

Please sign in to comment.