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 8c63ecb commit aedc957Copy full SHA for aedc957
1 file changed
.github/workflows/publish_nuget.yml
@@ -84,7 +84,7 @@ jobs:
84
files: 'output/*.nupkg;output/*.snupkg'
85
86
- name: Publish Release
87
- uses: actions/github-script@60a0e5936f594fbea0d3df1b631a1473a628e635
+ uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b
88
with:
89
script: |
90
await github.rest.repos.updateRelease({
0 commit comments