Skip to content

Commit

Permalink
build: use v1 for release action
Browse files Browse the repository at this point in the history
  • Loading branch information
npepinpe committed Dec 30, 2024
1 parent a6395be commit e77763f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
gpg-passphrase: MAVEN_CENTRAL_GPG_PASSPHRASE
- name: Deploy SNAPSHOT / Release
id: release
uses: camunda-community-hub/community-action-maven-release@latest
uses: camunda-community-hub/community-action-maven-release@v1
with:
release-version: ${{ github.event.release.tag_name }}
release-profile: community-action-maven-release
Expand Down

0 comments on commit e77763f

Please sign in to comment.