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 633bc68 commit 597156dCopy full SHA for 597156d
.github/workflows/release.yml
@@ -46,5 +46,6 @@ jobs:
46
Get-ChildItem -Filter *.nupkg -Recurse | ForEach-Object {
47
Write-Host "Uploading file: $($_.Name)"
48
gh release upload ${{ github.ref_name }} $_.FullName --clobber
49
+ }
50
env:
51
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments