Skip to content

Commit

Permalink
fix: Unhandled error: ReferenceError: fs is not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
rutesantos4 committed Sep 24, 2023
1 parent 9832a6e commit 3f2b614
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
const fs = require('fs');
async function getReleaseId() {
try {
const response = await github.rest.repos.getLatestRelease({
Expand Down

0 comments on commit 3f2b614

Please sign in to comment.