Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
Updating versions
  • Loading branch information
xomiamoore authored Feb 1, 2024
1 parent 1aedfba commit 3ec0142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ec0142

Please sign in to comment.