Skip to content

Commit 014273c

Browse files
committed
Add changesets:release to deploy action
1 parent cce87e1 commit 014273c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/maven-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
run: ./mvnw --batch-mode --no-transfer-progress package --file pom.xml
2828

2929
- name: Publish to GitHub Packages Apache Maven
30-
run: ./mvnw --batch-mode deploy -s $GITHUB_WORKSPACE/settings.xml
30+
run: |
31+
./mvnw --batch-mode changesets:release
32+
./mvnw --batch-mode deploy -s $GITHUB_WORKSPACE/settings.xml
3133
env:
3234
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)