Skip to content

Commit e44c6e3

Browse files
committed
let's try :)
1 parent 285938a commit e44c6e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/nuget-publish.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Nuget publish
33
on:
44
release:
55
types: [published, created, edited]
6-
branches:
7-
- master
6+
# branches:
7+
# - master
88

99
jobs:
1010
build:
@@ -14,5 +14,5 @@ jobs:
1414
- name: Build All
1515
uses: ./.github/actions/build-all
1616

17-
#- name: Push package to NuGet
18-
# run: dotnet nuget push output/**/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
17+
- name: Push package to NuGet
18+
run: dotnet nuget push output/**/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)