Skip to content

Commit

Permalink
Use latest camunda community-action-maven-release + update it's crede…
Browse files Browse the repository at this point in the history
…ntials
  • Loading branch information
p-wunderlich committed Jul 1, 2024
1 parent 6a17fd7 commit 107b501
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ jobs:

- name: Deploy SNAPSHOT / Release
id: release
uses: camunda-community-hub/community-action-maven-release@v1.1.0
uses: camunda-community-hub/community-action-maven-release@v1.2.1
with:
maven-release-options: -DskipExamples # avoid publication of examples into public repositories
release-version: ${{ github.event.release.tag_name }}
release-profile: community-action-maven-release
central-release-profile: oss-maven-central
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-usr: ${{ secrets.COMMUNITY_HUB_MAVEN_CENTRAL_OSS_USR }}
maven-psw: ${{ secrets.COMMUNITY_HUB_MAVEN_CENTRAL_OSS_PSW }}
maven-url: oss.sonatype.org
maven-gpg-passphrase: ${{ secrets.MAVEN_CENTRAL_GPG_SIGNING_KEY_PASSPHRASE }}
maven-auto-release-after-close: true
Expand Down

0 comments on commit 107b501

Please sign in to comment.