Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: snupkg not pushed
Browse files Browse the repository at this point in the history
yufeih authored and p-kostov committed Jun 28, 2024
1 parent dc153e6 commit 274f73f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: release
on:
release:
types: [published, edited]
types: [published]

jobs:
build:
@@ -111,7 +111,7 @@ jobs:
path: drop/publish

- run: |
dotnet nuget push $(Pipeline.Workspace)\nuget\*.nupkg --api-key $env:NUGET_KEY --skip-duplicate --source https://nuget.org
dotnet nuget push drop/nuget/*.nupkg --api-key $env:NUGET_KEY --skip-duplicate --source https://api.nuget.org/v3/index.json
env:
NUGET_KEY: $(NUGET_KEY)

0 comments on commit 274f73f

Please sign in to comment.