We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f9f45 commit b85eb70Copy full SHA for b85eb70
.github/workflows/ci.yml
@@ -118,7 +118,7 @@ jobs:
118
119
- name: Publish
120
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/')
+ if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/') || startsWith(github.ref, 'refs/tags/')
122
working-directory: java
123
env:
124
GITHUB_TOKEN: ${{ github.token }}
0 commit comments