Skip to content

Commit

Permalink
Last release for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-yves-monnet committed May 10, 2023
1 parent 5159063 commit a10ddd3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/mvn-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,18 @@ jobs:
run: CI=false mvn --batch-mode --update-snapshots package

- name: Deploy SNAPSHOT / Release
uses: camunda-community-hub/community-action-maven-release@v1
uses: camunda-community-hub/community-action-maven-release@main
with:
release-version: ${{ github.event.release.tag_name }}
release-profile: community-action-maven-release
maven-url: s01.oss.sonatype.org
nexus-usr: ${{ secrets.NEXUS_USR }}
nexus-psw: ${{ secrets.NEXUS_PSW }}
maven-usr: ${{ secrets.MAVEN_CENTRAL_DEPLOYMENT_USR }}
maven-psw: ${{ secrets.MAVEN_CENTRAL_DEPLOYMENT_PSW }}
maven-gpg-passphrase: ${{ secrets.MAVEN_CENTRAL_GPG_SIGNING_KEY_PASSPHRASE }}
github-token: ${{ secrets.GITHUB_TOKEN }}
maven-auto-release-after-close: true
artifacts-pattern: ""
id: release

- if: github.event.release
Expand Down

0 comments on commit a10ddd3

Please sign in to comment.