Skip to content

Commit 050bf4c

Browse files
fix build
[deploy]
1 parent 14f876e commit 050bf4c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ jobs:
7474
steps:
7575
- uses: actions/checkout@v5
7676
- uses: actions/setup-java@v5
77-
if: startsWith(github.ref, 'refs/tags/')
7877
with:
7978
java-version: ${{ env.JAVA_VERSION }}
8079
distribution: temurin
@@ -87,7 +86,6 @@ jobs:
8786
env:
8887
TAG_NAME: ${{ github.event.release.tag_name }}
8988
- name: Deploy to GitHub Packages
90-
if: startsWith(github.ref, 'refs/tags/') || contains(github.event.head_commit.message, '[deploy]')
9189
run: mvn deploy -B -DskipTests -Psign,deploy-github --no-transfer-progress
9290
env:
9391
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)