We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e3b35a + 532b72f commit 5bdebdfCopy full SHA for 5bdebdf
.github/workflows/nuget.yml
@@ -43,12 +43,7 @@ jobs:
43
- name: Add github package source
44
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 }}
45
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
+
52
- name: Get tag
53
id: tag
54
uses: dawidd6/action-get-tag@v1
0 commit comments