We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1aca5e commit 78f2d2fCopy full SHA for 78f2d2f
.github/workflows/publish.yaml
@@ -37,5 +37,4 @@ jobs:
37
38
- name: Publish
39
shell: bash
40
- run: dotnet build.cs \
41
- --target="publish" --nuget-key="${{secrets.NUGET_API_KEY}}"
+ run: dotnet build.cs --target="publish" --nuget-key="${{secrets.NUGET_API_KEY}}"
0 commit comments