We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6af8e4 commit a5d5110Copy full SHA for a5d5110
.github/workflows/publish.yml
@@ -58,7 +58,7 @@ jobs:
58
- name: Publish Nuget packages to Nuget registry
59
run: dotnet nuget push "nupkg/*" -k ${{secrets.NUGET_API_KEY}}
60
- name: Upload Nuget packages as release artifacts
61
- uses: actions/github-script@v6
+ uses: actions/github-script@v7
62
with:
63
github-token: ${{secrets.GITHUB_TOKEN}}
64
script: |
0 commit comments