From 87a590a15dee708e65be3a40b07768cebf225365 Mon Sep 17 00:00:00 2001 From: Tony Bark Date: Tue, 8 Dec 2020 20:28:15 -0500 Subject: [PATCH] Packing take two --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c503745..7683c6f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -5,7 +5,7 @@ on: - master # Default release branch jobs: publish: - name: build, pack & publish + name: Nuget Package runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -16,7 +16,7 @@ jobs: # dotnet-version: 3.1.200 # Publish - - name: publish on version change + - name: Publish to Github uses: rohith/publish-nuget@v2 with: # Filepath of the project to be packaged, relative to root of repository @@ -36,6 +36,6 @@ jobs: # API key to authenticate with NuGet server NUGET_KEY: ${{ secrets.GITHUB_TOKEN }} # NuGet server uri hosting the packages, defaults to https://api.nuget.org - NUGET_SOURCE: https://tonytins.pkg.github.com + NUGET_SOURCE: https://nuget.pkg.github.com/tonytins/index.json # Flag to toggle pushing symbols along with nuget package to the server, disabled by default # INCLUDE_SYMBOLS: false