Skip to content

Commit 5a67e2c

Browse files
authored
nuget publish option
1 parent 5dda7ab commit 5a67e2c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,7 @@ jobs:
5050
dotnet-version: 3.1.x
5151
- name: Publish to Myget
5252
run: dotnet nuget push packages/*.nupkg -s https://www.myget.org/F/tocsoft/api/v2/package -ss https://www.myget.org/F/tocsoft/symbols/api/v2/package -k ${{secrets.MYGET_KEY}}
53+
54+
- name: Publish to nuget
55+
if: contains(github.ref, 'refs/tags/')
56+
run: echo "publish to nuget here!!!"

0 commit comments

Comments
 (0)