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 b1433fb commit 570a8faCopy full SHA for 570a8fa
.github/workflows/publish_release.yml
@@ -89,6 +89,6 @@ jobs:
89
dotnet pack --nologo --configuration Release /p:ContinuousIntegrationBuild=true -o ../nuget
90
- name: Publish FSharp.Data.GraphQL.ProjectTemplates project to GitHub
91
run: |
92
- $path = "nuget/FSharp.Data.GraphQL.ProjectTemplates.${{env.VERSION}}.{nupkg,snupkg}"
+ $path = "nuget/FSharp.Data.GraphQL.ProjectTemplates.${{env.VERSION}}.nupkg"
93
dotnet nuget push $path -s "nuget.org" -k ${{secrets.NUGET_SECRET}} --skip-duplicate
94
shell: pwsh
0 commit comments