We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce87e1 commit 014273cCopy full SHA for 014273c
1 file changed
.github/workflows/maven-publish.yml
@@ -27,6 +27,8 @@ jobs:
27
run: ./mvnw --batch-mode --no-transfer-progress package --file pom.xml
28
29
- name: Publish to GitHub Packages Apache Maven
30
- run: ./mvnw --batch-mode deploy -s $GITHUB_WORKSPACE/settings.xml
+ run: |
31
+ ./mvnw --batch-mode changesets:release
32
+ ./mvnw --batch-mode deploy -s $GITHUB_WORKSPACE/settings.xml
33
env:
34
GITHUB_TOKEN: ${{ github.token }}
0 commit comments