Skip to content

Commit c85681d

Browse files
committed
next release version
1 parent efeda33 commit c85681d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/release/release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const __dirname = path.dirname(fileURLToPath(import.meta.url));
3232
// Configuration and Paths
3333
const CONFIG_PATH = path.join('/Users/chriz/dev/private/release-tool', 'config.json');
3434
const PACKAGE_JSON_PATH = path.join(__dirname, '../../package.json');
35-
const REPO = 'orangecoding/nanowiki';
35+
const REPO = 'orangecoding/cronpilot';
3636
const config = JSON.parse(fs.readFileSync(CONFIG_PATH, 'utf8'));
3737
const GITHUB_TOKEN = config.github_token;
3838

0 commit comments

Comments
 (0)