Skip to content

Commit aedc957

Browse files
Fix invalid SHA pin for actions/github-script in publish workflow (#46)
The commit SHA was invalid (likely a typo — shared a 4-char prefix with the real v7.0.1 hash). Pin to v7.1.0 instead.
1 parent 8c63ecb commit aedc957

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish_nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
files: 'output/*.nupkg;output/*.snupkg'
8585

8686
- name: Publish Release
87-
uses: actions/github-script@60a0e5936f594fbea0d3df1b631a1473a628e635
87+
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b
8888
with:
8989
script: |
9090
await github.rest.repos.updateRelease({

0 commit comments

Comments
 (0)