We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5932827 commit 3f2ba84Copy full SHA for 3f2ba84
nuget.config .github/workflows/nuget.confignuget.config renamed to .github/workflows/nuget.config
@@ -12,8 +12,4 @@
12
<add key="ClearTextPassword" value="%GITHUB_TOKEN%"/>
13
</GitHub>
14
</packageSourceCredentials>
15
-
16
- <disabledPackageSources>
17
- <add key="GitHub" value="true"/>
18
- </disabledPackageSources>
19
</configuration>
.github/workflows/package.yml
@@ -21,6 +21,7 @@ jobs:
21
- name: Publish the package
22
run: |
23
dotnet pack -o out --configuration Release
24
+ cp ./.github/workflows/nuget.config ./
25
dotnet nuget push SierraLib.API.Views/out/*.nupkg -s GitHub
26
env:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments