We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d646fa commit 696ddcfCopy full SHA for 696ddcf
.github/workflows/build.yml
@@ -67,10 +67,6 @@ jobs:
67
NUGET_PASSWORD: ${{ secrets.NUGET_PASSWORD }}
68
run: dotnet nuget add source --username ${NUGET_USERNAME} --password ${NUGET_PASSWORD} --store-password-in-clear-text --name nuget "https://nuget.pkg.github.com/${NUGET_USERNAME}/index.json"
69
70
-
71
- - name: list files
72
- run: ls -la bin/Release
73
74
- name: Publish package
75
env:
76
VERSION: ${{ needs.get-version.outputs.tag }}
0 commit comments