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 dadb0b4 commit 882e547Copy full SHA for 882e547
1 file changed
.github/workflows/main.yml
@@ -29,5 +29,5 @@ jobs:
29
package-version: ${{ inputs.package-version || (github.ref_type == 'tag' && github.ref_name) || format('0.0.0-ci-{0}', github.sha) }}
30
secrets:
31
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
32
- NUGET_USER: ${{ secrets.NUGET_USER }}
+ NUGET_USERNAME: ${{ secrets.NUGET_USERNAME }}
33
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
0 commit comments