Skip to content

Commit f4ffdf2

Browse files
committed
Merge branch 'master' into 1.9.0-beta.13
2 parents 60d1dcc + 815d459 commit f4ffdf2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- master
7+
tags:
8+
- '*'
79

810
jobs:
911
build:
@@ -18,3 +20,9 @@ jobs:
1820
distribution: 'temurin'
1921
- name: Build with Maven
2022
run: mvn --batch-mode --update-snapshots verify
23+
- name: Publish to GitHub Packages
24+
if: startsWith(github.ref, 'refs/tags/')
25+
run: mvn --batch-mode deploy
26+
env:
27+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28+

0 commit comments

Comments
 (0)