Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore authored Nov 22, 2023
1 parent 0f46c85 commit 9388a94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ jobs:
uses: actions/github-script@v7
with:
script: |
# TODO: fix this with ESM later
# import fs from "node:fs";
// TODO: fix this with ESM later
// import fs from "node:fs";
const fs = require("fs");
const releaseId = "${{ needs.create-release.outputs.release_id }}";
Expand Down

0 comments on commit 9388a94

Please sign in to comment.