Skip to content

Commit 2431d7d

Browse files
authored
#180 take 2 (#181)
* Update Release.yml * Fix command
1 parent b64f988 commit 2431d7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
release:
55
types: [published]
66
jobs:
7-
all_projects:
7+
CSharpMath:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v2

.github/workflows/Test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ jobs:
8585
# "dotnet nuget push" with "dotnet nuget add source" to GitHub Packages is unstable for project names with a dot: https://github.com/NuGet/Home/issues/9775#issuecomment-714509211
8686
# So we must specify api-key directly in "dotnet nuget push" instead of following the GitHub Packages documentation
8787
# We use quotes to avoid shell globbing: https://github.com/NuGet/Home/issues/4393#issuecomment-667618120
88-
# --no-symbols to not let GitHub Releases interpret .snupkg as .nupkg
89-
dotnet nuget push '.nupkgs/*.nupkg' --source 'https://nuget.pkg.github.com/verybadcat/index.json' --api-key ${{ github.token }} --skip-duplicate --no-symbols
88+
# --no-symbols true to not let GitHub Releases interpret .snupkg as .nupkg
89+
dotnet nuget push '.nupkgs/*.nupkg' --source 'https://nuget.pkg.github.com/verybadcat/index.json' --api-key ${{ github.token }} --skip-duplicate --no-symbols true
9090
Ios:
9191
runs-on: macos-latest
9292
steps:

0 commit comments

Comments
 (0)