Skip to content

Commit

Permalink
Remove fs declaration because it seems to be already defined in the c…
Browse files Browse the repository at this point in the history
…ontext the script is run
  • Loading branch information
Nirostar committed Apr 19, 2023
1 parent f2adc5e commit 906d370
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ jobs:
const { repo: { owner, repo }, sha } = context;
console.log({ owner, repo, sha });
var fs = require('fs');
const publishableSubProjects = [
'dcm4che-typeddicom-skeleton',
'dcm4che-typeddicom-lib/dcm4che-typeddicom-lib-std',
Expand Down

0 comments on commit 906d370

Please sign in to comment.