Skip to content

Commit

Permalink
Merge pull request #359 from xenit-eu/revert-358-fix-condition-publis…
Browse files Browse the repository at this point in the history
…h-gradle-plugin

Revert "remove the if in the ci when publishing gradle plugin"
  • Loading branch information
thijslemmens authored Dec 2, 2022
2 parents 2328f66 + 6f75cbb commit b5ea3b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
ORG_GRADLE_PROJECT_sonatype_password: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
run: ./gradlew publish -PsigningKeyId=CDE3528F
- name: Publish Gradle Plugin
if: ${{ startswith(github.ref, 'refs/heads/release') }}
env:
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PLUGINS_PUBLISH_KEY }}
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PLUGINS_PUBLISH_SECRET }}
Expand Down

0 comments on commit b5ea3b2

Please sign in to comment.