Skip to content

Commit f913af0

Browse files
authored
Update maven-publish.yml
1 parent 8e04201 commit f913af0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/maven-publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,8 @@ jobs:
5757
run: ./mvnw deploy -s ~/.m2/settings.xml
5858
env:
5959
GITHUB_TOKEN: ${{ secrets.PAT }}
60+
61+
- name: Release to GitHub Packages Apache Maven
62+
run: ./mvnw release:prepare release:perform -s ~/.m2/settings.xml
63+
env:
64+
GITHUB_TOKEN: ${{ secrets.PAT }}

0 commit comments

Comments
 (0)