Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit 8cfcd16

Browse files
committed
Update workflows
1 parent 70c484f commit 8cfcd16

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,7 @@ jobs:
4444
name: build-artifact
4545

4646
- name: Publish
47-
run: |
48-
dotnet nuget push "*.nupkg" \
49-
--api-key ${{secrets.NUGET_API_KEY}} \
50-
--source https://api.nuget.org/v3/index.json
47+
run: dotnet nuget push "*.nupkg" --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
5148

5249
# - name: Create Release
5350
# run:

0 commit comments

Comments
 (0)