2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-15 11:59:37 +03:00

ci: fix changesets PR name

This commit is contained in:
Nikolay Kostyurin
2024-06-25 21:34:03 +02:00
parent f87822f3a3
commit 74ae5fb6a5
+1 -1
View File
@@ -1,4 +1,4 @@
const config = require('../release.json');
const config = require('./release.json');
const {unlink} = require('fs')
const commit_message = `v${config.releases[0].newVersion}`