Skip to content

Commit

Permalink
Publishing to Maven Central
Browse files Browse the repository at this point in the history
  • Loading branch information
jsotrifork committed Nov 1, 2024
1 parent cbde6cf commit 49a7a80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sonatype-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
- name: Set next snapshot version
run: |
mvn -B versions:set -DnextSnapshot -DgenerateBackupPoms=false
MAVEN_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
git commit -m "Setting next snapshot version to $MAVEN_VERSION" pom.xml
git push origin
Expand Down

0 comments on commit 49a7a80

Please sign in to comment.