Skip to content

Commit 11fef70

Browse files
Update publish.yml
1 parent 90ebe0b commit 11fef70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- name: Build with Gradle
2222
run: ./gradlew build
2323
- name: Publish package
24-
if: startsWith(github.ref, 'refs/tags/')
2524
run: ./gradlew publishAndReleaseToMavenCentral --stacktrace -PmavenCentralUsername="$SONATYPE_USERNAME" -PmavenCentralPassword="$SONATYPE_PASSWORD"
2625
env:
2726
SONATYPE_USERNAME: ${{ secrets.OSSRH_USERNAME }}

0 commit comments

Comments
 (0)