Skip to content

Commit db918f0

Browse files
authored
Publish builds should point to nuget.org not CI feed
1 parent 931da83 commit db918f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
VersionLabel: ${{ github.ref }}
1616
GH_TOKEN: ${{ secrets.GH_TOKEN }}
1717
MSBUILDTERMINALLOGGER: auto
18-
SLEET_FEED_URL: ${{ vars.SLEET_FEED_URL }}
18+
SLEET_FEED_URL: https://api.nuget.org/v3/index.json
1919

2020
jobs:
2121
publish:

0 commit comments

Comments
 (0)