Skip to content

Commit

Permalink
chore(ci/cd): publish to central
Browse files Browse the repository at this point in the history
  • Loading branch information
xooooooooox committed Dec 27, 2024
1 parent 1399690 commit b484015
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/trigger-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
- name: List keys
run: gpg -K

# - name: Set version
# run: |
# gpg -K
# mvn versions:set -DnewVersion=${{ github.event.release.tag_name }}
#
- name: Set version
run: |
./mvnw versions:set -DnewVersion=${{ github.event.release.tag_name }}
cat pom.xml
# - name: Publish package
# run: |
# ./mvnw --batch-mode clean deploy \
Expand Down

0 comments on commit b484015

Please sign in to comment.