There was an error while loading. Please reload this page.
1 parent 043fbcf commit 97f4945Copy full SHA for 97f4945
.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@v6
+ uses: actions/github-script@v7
54
with:
55
github-token: ${{secrets.GITHUB_TOKEN}}
56
script: |
0 commit comments