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 63547b3 commit 3288ee9Copy full SHA for 3288ee9
.github/workflows/dotnet-main.yml
@@ -125,7 +125,7 @@ jobs:
125
needs: build
126
runs-on: ubuntu-latest
127
environment:
128
- name: nuget
+ name: nuget-beta
129
steps:
130
- name: Download package
131
uses: actions/download-artifact@v4
.github/workflows/dotnet-release.yml
@@ -142,7 +142,7 @@ jobs:
142
needs: release
143
144
145
+ name: nuget-stable
146
147
148
0 commit comments