Skip to content

Commit 46cf555

Browse files
authored
Fix workflow file syntax
1 parent 8bcbe4f commit 46cf555

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nuget.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
tags:
4-
- *
4+
- '*'
55
jobs:
66
build:
77
runs-on: ubuntu-latest
@@ -18,4 +18,4 @@ jobs:
1818
- name: Push
1919
run: dotnet nuget push out/com.Messente.Api.${VERSION}.nupkg -k ${NUGET_TOKEN} -s https://api.nuget.org/v3/index.json
2020
env:
21-
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
21+
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}

0 commit comments

Comments
 (0)