Skip to content

Commit 3288ee9

Browse files
committed
Splitting nuget environments
1 parent 63547b3 commit 3288ee9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dotnet-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
needs: build
126126
runs-on: ubuntu-latest
127127
environment:
128-
name: nuget
128+
name: nuget-beta
129129
steps:
130130
- name: Download package
131131
uses: actions/download-artifact@v4

.github/workflows/dotnet-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
needs: release
143143
runs-on: ubuntu-latest
144144
environment:
145-
name: nuget
145+
name: nuget-stable
146146
steps:
147147
- name: Download package
148148
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)