Skip to content

Commit

Permalink
fix: autorelease path
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelle committed Dec 13, 2023
1 parent f2a43de commit 37633f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/autorelease-fork.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const fs = require("fs");
const { execSync } = require("child_process");
const core = require("@actions/core");

const excalidrawDir = `${__dirname}/../src/packages/excalidraw`;
const excalidrawDir = `${__dirname}/../packages/excalidraw`;
const excalidrawPackage = `${excalidrawDir}/package.json`;
const pkg = require(excalidrawPackage);

Expand Down

0 comments on commit 37633f1

Please sign in to comment.