diff --git a/.github/workflows/mvn-release.yml b/.github/workflows/mvn-release.yml index 7019894..5ebaef8 100644 --- a/.github/workflows/mvn-release.yml +++ b/.github/workflows/mvn-release.yml @@ -33,7 +33,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Deploy SNAPSHOT / Release - uses: camunda-community-hub/community-action-maven-release@v1 + uses: camunda-community-hub/community-action-maven-release@v2 with: release-version: ${{ github.event.release.tag_name }} maven-url: oss.sonatype.org