We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f876e commit 050bf4cCopy full SHA for 050bf4c
.github/workflows/build.yml
@@ -74,7 +74,6 @@ jobs:
74
steps:
75
- uses: actions/checkout@v5
76
- uses: actions/setup-java@v5
77
- if: startsWith(github.ref, 'refs/tags/')
78
with:
79
java-version: ${{ env.JAVA_VERSION }}
80
distribution: temurin
@@ -87,7 +86,6 @@ jobs:
87
86
env:
88
TAG_NAME: ${{ github.event.release.tag_name }}
89
- name: Deploy to GitHub Packages
90
- if: startsWith(github.ref, 'refs/tags/') || contains(github.event.head_commit.message, '[deploy]')
91
run: mvn deploy -B -DskipTests -Psign,deploy-github --no-transfer-progress
92
93
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments