Skip to content

Commit

Permalink
Merge pull request #22 from Daniel-SchaeferJ/test
Browse files Browse the repository at this point in the history
Update main.yml
  • Loading branch information
Daniel-SchaeferJ committed Oct 10, 2023
2 parents 2c5c7c0 + 3608595 commit 14465bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main # Default release branch

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -29,6 +30,9 @@ jobs:
- name: Publish to Nuget
run: dotnet nuget push *.nupkg -k ${{ secrets.NUGET_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate

- name: Publish to GitHub Package Registry
run: dotnet nuget push *.nupkg --source https://nuget.pkg.github.com/Daniel-SchaeferJ/index.json -k ${{ secrets.NUGET_GITHUB_REPOSITORY_TOKEN }} --skip-duplicate

- name: Extract NuGet Package Version
id: extract-version
run: |
Expand Down

0 comments on commit 14465bc

Please sign in to comment.