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 8bcbe4f commit 46cf555Copy full SHA for 46cf555
.github/workflows/nuget.yml
@@ -1,7 +1,7 @@
1
on:
2
push:
3
tags:
4
- - *
+ - '*'
5
jobs:
6
build:
7
runs-on: ubuntu-latest
@@ -18,4 +18,4 @@ jobs:
18
- name: Push
19
run: dotnet nuget push out/com.Messente.Api.${VERSION}.nupkg -k ${NUGET_TOKEN} -s https://api.nuget.org/v3/index.json
20
env:
21
- NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
+ NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
0 commit comments