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 4c44521 commit 51671a4Copy full SHA for 51671a4
.github/workflows/CI build.yml
@@ -26,6 +26,6 @@ jobs:
26
- name: Checkout
27
uses: actions/checkout@v2
28
- name: Pack
29
- run: dotnet pack -c Release -p:Version=${GITHUB_REF#/refs/tags/v} -o .
+ run: dotnet pack -c Release -p:Version=${GITHUB_REF#refs/tags/v} -o .
30
- name: Push to NuGet
31
run: dotnet nuget push *.nupkg -k ${{secrets.NUGET_KEY}} -s https://api.nuget.org/v3/index.json
0 commit comments