Skip to content

Commit 78f2d2f

Browse files
Fix GitHub Actions
1 parent e1aca5e commit 78f2d2f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,4 @@ jobs:
3737
3838
- name: Publish
3939
shell: bash
40-
run: dotnet build.cs \
41-
--target="publish" --nuget-key="${{secrets.NUGET_API_KEY}}"
40+
run: dotnet build.cs --target="publish" --nuget-key="${{secrets.NUGET_API_KEY}}"

0 commit comments

Comments
 (0)