1 parent 94875fe commit 2e6f1bfCopy full SHA for 2e6f1bf
1 file changed
.github/workflows/release.yaml
@@ -49,6 +49,7 @@ jobs:
49
with:
50
retries: 3 # note: this applies to individual github.rest calls, not the entire script
51
script: |
52
+ const {readFile} = require('fs').promises
53
await github.rest.repos.uploadReleaseAsset({
54
owner: context.repo.owner,
55
repo: context.repo.repo,
0 commit comments