Skip to content

Commit 5bdebdf

Browse files
committed
2 parents 7e3b35a + 532b72f commit 5bdebdf

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/nuget.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,7 @@ jobs:
4343
- name: Add github package source
4444
run: nuget sources Add -Name "github" -Source https://nuget.pkg.github.com/${{github.repository_owner}}/index.json -UserName ${{github.repository_owner}} -Password ${{ secrets.TOKEN_GITHUB_AMAZON_SP_API }}
4545

46-
47-
- name: Push to GitHub Packages
48-
run: dotnet nuget push "**/*.nupkg" --skip-duplicate --source https://nuget.pkg.github.com/${{github.repository_owner}}/index.json --api-key ${GITHUB_TOKEN}
49-
env:
50-
GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB_AMAZON_SP_API }}
51-
46+
5247
- name: Get tag
5348
id: tag
5449
uses: dawidd6/action-get-tag@v1

0 commit comments

Comments
 (0)