Skip to content

Commit

Permalink
Set PUBLISHING env var when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
deepy committed Sep 4, 2024
1 parent 433f2a8 commit 7698724
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
env:
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_KEY }}
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_SECRET }}
PUBLISHING: "true"

dependency-submission:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7698724

Please sign in to comment.