Skip to content

Commit

Permalink
let's try :)
Browse files Browse the repository at this point in the history
  • Loading branch information
isc30 committed Apr 13, 2020
1 parent 285938a commit e44c6e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nuget-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Nuget publish
on:
release:
types: [published, created, edited]
branches:
- master
# branches:
# - master

jobs:
build:
Expand All @@ -14,5 +14,5 @@ jobs:
- name: Build All
uses: ./.github/actions/build-all

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

0 comments on commit e44c6e3

Please sign in to comment.