Skip to content

Commit 1edbf5a

Browse files
authored
Update wfnetcorev2.yaml
1 parent 3aad44c commit 1edbf5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wfnetcorev2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
# curl -vX PUT -u "$GITHUB_USER:$GITHUB_TOKEN" -F package=@$f $GITHUB_FEED
9999
# done
100100
- name: Publish the package to GitHub
101-
run: dotnet nuget push "*.nupkg" --source "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json" --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate --no-symbols
101+
run: dotnet nuget push "*.nupkg" --source "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json" --api-key ${{ secrets.GITHUB_TOKEN }}
102102
deploy:
103103
needs: build
104104
if: github.event_name == 'release' && startsWith(github.ref, 'refs/heads/v')

0 commit comments

Comments
 (0)