Skip to content

Commit 51671a4

Browse files
committed
Fixed publish job
1 parent 4c44521 commit 51671a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
- name: Checkout
2727
uses: actions/checkout@v2
2828
- name: Pack
29-
run: dotnet pack -c Release -p:Version=${GITHUB_REF#/refs/tags/v} -o .
29+
run: dotnet pack -c Release -p:Version=${GITHUB_REF#refs/tags/v} -o .
3030
- name: Push to NuGet
3131
run: dotnet nuget push *.nupkg -k ${{secrets.NUGET_KEY}} -s https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)