Skip to content

Commit 909287f

Browse files
committed
temporary disable ci check
1 parent 2332ad1 commit 909287f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
JRELEASER_NEXUS2_PASSWORD: ${{ secrets.SONATYPE_CENTRAL_PASSWORD }}
2626
run: ./gradlew jreleaserConfig
2727
- name: Build artifacts
28-
if: ${{ github.ref == 'refs/heads/main' || startswith(github.ref, 'refs/tags/') }}
28+
# if: ${{ github.ref == 'refs/heads/main' || startswith(github.ref, 'refs/tags/') }}
2929
env:
3030
SIGNING_PRIVATE_KEY: ${{ secrets.MAVEN_CENTRAL_GPG_KEY }}
3131
SIGNING_PASSWORD: ${{ secrets.MAVEN_CENTRAL_GPG_PASSWORD }}
3232
run: ./gradlew publish
3333
- name: Deploy artifacts
34-
if: ${{ github.ref == 'refs/heads/main' || startswith(github.ref, 'refs/tags/') }}
34+
# if: ${{ github.ref == 'refs/heads/main' || startswith(github.ref, 'refs/tags/') }}
3535
env:
3636
JRELEASER_MAVENCENTRAL_USERNAME: ${{ secrets.SONATYPE_CENTRAL_USERNAME }}
3737
JRELEASER_MAVENCENTRAL_PASSWORD: ${{ secrets.SONATYPE_CENTRAL_PASSWORD }}

0 commit comments

Comments
 (0)