Skip to content

Commit

Permalink
Ignore publish to github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
marcells authored Jul 13, 2023
1 parent 2410287 commit 1c94bab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
- name: Publish to nuget.org
run: dotnet nuget push Artifacts/Packages/**/*.nupkg --api-key ${{secrets.NUGET_ORG_API_KEY}} -s https://api.nuget.org/v3/index.json --skip-duplicate
if: startsWith(github.ref, 'refs/tags/v')
- name: Publish to github packages
run: dotnet nuget push Artifacts/Packages/**/*.nupkg -s https://nuget.pkg.github.com/vescon/index.json --skip-duplicate
if: startsWith(github.ref, 'refs/tags/v')
# - name: Publish to github packages
# run: dotnet nuget push Artifacts/Packages/**/*.nupkg -s https://nuget.pkg.github.com/vescon/index.json --skip-duplicate
# if: startsWith(github.ref, 'refs/tags/v')

0 comments on commit 1c94bab

Please sign in to comment.