We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3c4c5b commit 7cf897dCopy full SHA for 7cf897d
.github/workflows/java.yml
@@ -33,7 +33,7 @@ jobs:
33
34
publish:
35
needs: build
36
- if: startsWith(github.ref, 'refs/tags/v')
+ if: startsWith(github.ref, 'refs/tags/release')
37
runs-on: ubuntu-latest
38
permissions:
39
contents: read
@@ -49,4 +49,4 @@ jobs:
49
- name: Deploy with Maven
50
run: mvn --batch-mode --update-snapshots deploy
51
env:
52
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments