From e46335ae715261507256d5d005870484b2bbca00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 18:16:20 +0000 Subject: [PATCH] chore(deps): update camunda-community-hub/community-action-maven-release action to v1.2.2 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 51bbe48..30d457f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: # new login with new container registry url and token echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin - name: Deploy SNAPSHOT / Release - uses: camunda-community-hub/community-action-maven-release@v1.2.1 + uses: camunda-community-hub/community-action-maven-release@v1.2.2 with: release-version: ${{ github.event.release.tag_name }} release-profile: community-action-maven-release