Skip to content

Commit

Permalink
fix gradle plugin publish
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbakker committed Mar 10, 2021
1 parent 9312b27 commit 62e9524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nebula-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
NETFLIX_OSS_REPO_PASSWORD: ${{ secrets.ORG_NETFLIXOSS_PASSWORD }}
- name: Publish release
if: (!contains(github.ref, '-rc.'))
run: ./gradlew --info -Prelease.useLastTag=true final
run: ./gradlew --info -Dgradle.publish.key=${{ secrets.ORG_GRADLE_PUBLISH_KEY }} -Dgradle.publish.secret=${{ secrets.ORG_GRADLE_PUBLISH_SECRET }} -Prelease.useLastTag=true final
env:
NETFLIX_OSS_SONATYPE_USERNAME: ${{ secrets.ORG_SONATYPE_USERNAME }}
NETFLIX_OSS_SONATYPE_PASSWORD: ${{ secrets.ORG_SONATYPE_PASSWORD }}
Expand Down

0 comments on commit 62e9524

Please sign in to comment.