Skip to content

Commit 1c94bab

Browse files
authored
Ignore publish to github pages
1 parent 2410287 commit 1c94bab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
- name: Publish to nuget.org
4747
run: dotnet nuget push Artifacts/Packages/**/*.nupkg --api-key ${{secrets.NUGET_ORG_API_KEY}} -s https://api.nuget.org/v3/index.json --skip-duplicate
4848
if: startsWith(github.ref, 'refs/tags/v')
49-
- name: Publish to github packages
50-
run: dotnet nuget push Artifacts/Packages/**/*.nupkg -s https://nuget.pkg.github.com/vescon/index.json --skip-duplicate
51-
if: startsWith(github.ref, 'refs/tags/v')
49+
# - name: Publish to github packages
50+
# run: dotnet nuget push Artifacts/Packages/**/*.nupkg -s https://nuget.pkg.github.com/vescon/index.json --skip-duplicate
51+
# if: startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)