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.
1 parent 1f7cc69 commit f382f7fCopy full SHA for f382f7f
.github/workflows/publish-package.yml
@@ -40,8 +40,4 @@ jobs:
40
run: dotnet tool install -g gpr --no-cache -v q
41
42
- name: Publish packages
43
- run: |
44
- $files = Get-ChildItem -Path src -Filter *.nupkg -Recurse
45
- foreach ($file in $files) {
46
- gpr push --api-key $GITHUB_ACCESS_TOKEN $file
47
- }
+ run: gpr push --api-key ${{ secrets.GITHUB_TOKEN }} ".\**\*.nupkg"
0 commit comments