We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ecad0 commit 87c99b2Copy full SHA for 87c99b2
.github/workflows/release.yml
@@ -40,5 +40,5 @@ jobs:
40
if: ${{ steps.release.outputs.releases_created }}
41
run: |
42
dotnet nuget push OpenFeature.${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }}.nupkg `
43
- --api-key ${{secrets.NUGET_API_KEY}} `
+ --api-key ${{secrets.NUGET_TOKEN}} `
44
--source https://api.nuget.org/v3/index.json
0 commit comments