Skip to content

Commit

Permalink
💚 Fix deployment GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LVMVRQUXL committed Sep 26, 2024
1 parent 2352b1f commit 2141e8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
run: |
echo "gradle.publish.key=$GRADLE_PUBLISH_KEY" >> $FILE
echo "gradle.publish.secret=$GRADLE_PUBLISH_SECRET" >> $FILE
with:
env:
FILE: ~/.gradle/gradle.properties
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
- name: Publish to Gradle Plugin Portal
run: ./gradlew :jvm:publishPlugins
with:
env:
GPG_PASSWORD: ${{ secrets.GPG_PASSWORD }}
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
- name: Clean Gradle properties
Expand Down

0 comments on commit 2141e8e

Please sign in to comment.