Skip to content

Commit

Permalink
Merge pull request #27 from camunda-community-hub/update-tags
Browse files Browse the repository at this point in the history
Fix: Update uses tag
  • Loading branch information
celanthe authored Nov 29, 2021
2 parents c1941b4 + a01ab39 commit 524d25b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [ "$git_branch" == "main" ]; then
fi

# Set up release tag.
read -rp "Enter tag (example: v1.0.0) " git_tag
read -rp "Enter tag (example: v1.0.9) " git_tag
git push origin ":refs/tags/$git_tag"
git tag -fa "$git_tag" -m "Release $git_tag"
git push -u origin "$git_tag"
Expand Down
2 changes: 1 addition & 1 deletion example-workflows/java1.8/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
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.0.9
with:
release-version: ${{ github.event.release.tag_name }}
release-profile: release
Expand Down
2 changes: 1 addition & 1 deletion example-workflows/java11/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
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.0.9
with:
release-version: ${{ github.event.release.tag_name }}
release-profile: release
Expand Down

0 comments on commit 524d25b

Please sign in to comment.