Skip to content

Commit

Permalink
Fix preview pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
wcoder committed Dec 2, 2022
1 parent 2de8f2a commit f661329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
dotnet nuget push ./nupkg/*.nupkg \
--source ${FEED_URL} \
--api-key ${FEED_KEY} \
--no-symbols \
--no-symbols true \
--skip-duplicate
env:
FEED_URL: https://nuget.pkg.github.com/wcoder/index.json \
Expand Down

0 comments on commit f661329

Please sign in to comment.