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 4bdd918 commit b874b6cCopy full SHA for b874b6c
.github/workflows/dotnetcore.yml
@@ -47,9 +47,9 @@ jobs:
47
if: github.ref == 'refs/heads/beta'
48
run: |
49
dotnet pack src/Advanced.Algorithms/Advanced.Algorithms.csproj --version-suffix "beta"
50
- dotnet nuget push **\*.nupkg -s "nuget" -k $NUGET_TOKEN
+ dotnet nuget push **\*.nupkg -s "nuget" -k %NUGET_TOKEN%
51
- name: Publish Stable
52
if: github.ref == 'refs/heads/stable'
53
54
dotnet pack src/Advanced.Algorithms/Advanced.Algorithms.csproj
55
0 commit comments