Skip to content

Commit b85eb70

Browse files
authored
Deploy tags (#11)
1 parent a4f9f45 commit b85eb70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118

119119
- name: Publish
120120
run: mvn -T 1.5C -B deploy -DaltDeploymentRepository=set-github::https://maven.pkg.github.com/${{ github.repository }}
121-
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/')
121+
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/') || startsWith(github.ref, 'refs/tags/')
122122
working-directory: java
123123
env:
124124
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)