diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cfde97a7..710113f0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: # new login with new container registry url and PAT echo ${{ secrets.CR_PAT }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin - name: Deploy SNAPSHOT / Release - uses: camunda-community-hub/community-action-maven-release@a9e964bf56978eef9bca81551cecceebb246a8e5 # pin@v1 + uses: camunda-community-hub/community-action-maven-release@v1 # pin@v1 with: release-version: ${{ github.event.release.tag_name }} release-profile: community-action-maven-release @@ -53,4 +53,4 @@ jobs: upload_url: ${{ github.event.release.upload_url }} asset_path: ${{ steps.release.outputs.artifacts_archive_path }} asset_name: ${{ steps.release.outputs.artifacts_archive_path }} - asset_content_type: application/zip \ No newline at end of file + asset_content_type: application/zip