Skip to content

Commit

Permalink
ci: fix changesets PR name
Browse files Browse the repository at this point in the history
  • Loading branch information
JiLiZART committed Jun 25, 2024
1 parent f87822f commit 74ae5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/release-version.js
Original file line number Diff line number Diff line change
@@ -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}`
Expand Down

0 comments on commit 74ae5fb

Please sign in to comment.