diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 1cf97fb..a4793c8 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -18,13 +18,13 @@ jobs: restore-keys: | ${{ runner.os }}-maven- - name: Set up Java environment - uses: actions/setup-java@v1 + uses: actions/setup-java@v3 with: java-version: 17 gpg-private-key: ${{ secrets.MAVEN_CENTRAL_GPG_SIGNING_KEY_SEC }} gpg-passphrase: MAVEN_CENTRAL_GPG_PASSPHRASE - name: Deploy SNAPSHOT / Release - uses: camunda-community-hub/community-action-maven-release@v1 + uses: camunda-community-hub/community-action-maven-release@v1.1.0 with: release-version: ${{ github.event.release.tag_name }} release-profile: community-action-maven-release