Skip to content

Commit 570a8fa

Browse files
committed
Fixed templates publishing
1 parent b1433fb commit 570a8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@ jobs:
8989
dotnet pack --nologo --configuration Release /p:ContinuousIntegrationBuild=true -o ../nuget
9090
- name: Publish FSharp.Data.GraphQL.ProjectTemplates project to GitHub
9191
run: |
92-
$path = "nuget/FSharp.Data.GraphQL.ProjectTemplates.${{env.VERSION}}.{nupkg,snupkg}"
92+
$path = "nuget/FSharp.Data.GraphQL.ProjectTemplates.${{env.VERSION}}.nupkg"
9393
dotnet nuget push $path -s "nuget.org" -k ${{secrets.NUGET_SECRET}} --skip-duplicate
9494
shell: pwsh

0 commit comments

Comments
 (0)