Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 2328f66

Browse files
Merge pull request #358 from xenit-eu/fix-condition-publish-gradle-plugin
remove the if in the ci when publishing gradle plugin
2 parents 4f82caf + 01c538c commit 2328f66

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ jobs:
7878
ORG_GRADLE_PROJECT_sonatype_password: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
7979
run: ./gradlew publish -PsigningKeyId=CDE3528F
8080
- name: Publish Gradle Plugin
81-
if: ${{ startswith(github.ref, 'refs/heads/release') }}
8281
env:
8382
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PLUGINS_PUBLISH_KEY }}
8483
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PLUGINS_PUBLISH_SECRET }}

0 commit comments

Comments
 (0)