Skip to content

Commit 2e6f1bf

Browse files
committed
Fix release workflow
1 parent 94875fe commit 2e6f1bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
with:
5050
retries: 3 # note: this applies to individual github.rest calls, not the entire script
5151
script: |
52+
const {readFile} = require('fs').promises
5253
await github.rest.repos.uploadReleaseAsset({
5354
owner: context.repo.owner,
5455
repo: context.repo.repo,

0 commit comments

Comments
 (0)