Skip to content

Commit

Permalink
fix: release action script fs import
Browse files Browse the repository at this point in the history
  • Loading branch information
v-rocheleau committed Sep 17, 2024
1 parent 7b2b0cc commit f171f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/github-script@v7
with:
script: |
const fs = require(fs);
const fs = require("fs");
// temporary hardcoding for test
const tag = "v8.0.2-test";
Expand Down

0 comments on commit f171f73

Please sign in to comment.