Skip to content

Commit

Permalink
test: tryfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganitzsh committed Nov 15, 2023
1 parent 72459e7 commit e56c4cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bootstrap.mjs
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import * as url from 'url';
import { resolve as pathResolve } from 'path';
import { execSync } from 'child_process';

const __dirname = url.fileURLToPath(new URL('.', import.meta.url));

const actionRoot = pathResolve(__dirname, '../');
const actionRoot = __dirname;

execSync(
`npm --prefix ${actionRoot} install semantic-release --omit=dev --no-audit --no-progress --prefer-offline`,
Expand Down

0 comments on commit e56c4cc

Please sign in to comment.