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 0bca478 commit 86127bcCopy full SHA for 86127bc
.github/workflows/publish.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Publish Nuget packages to Nuget registry
51
run: dotnet nuget push "out/*" -k ${{secrets.NUGET_AUTH_TOKEN}}
52
- name: Upload Nuget packages as release artifacts
53
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
54
with:
55
github-token: ${{secrets.GITHUB_TOKEN}}
56
script: |
0 commit comments