Skip to content

Commit

Permalink
fix: missing nuget token
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-zippenfenig committed Mar 13, 2024
1 parent 8070d5c commit f4cd5e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
GRADLE_SIGNING_KEY: ${{ secrets.GRADLE_SIGNING_KEY }}
GRADLE_SIGNING_PASSWORD: ${{ secrets.GRADLE_SIGNING_PASSWORD }}
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
run: |
echo "gradle.publish.key=${{ secrets.GRADLE_PUBLISH_KEY }}" > ~/.gradle/gradle.properties
echo "gradle.publish.secret=${{ secrets.GRADLE_PUBLISH_SECRET }}" >> ~/.gradle/gradle.properties
Expand Down

0 comments on commit f4cd5e8

Please sign in to comment.