Skip to content

Commit

Permalink
fix: semantic release issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sumn2u committed Sep 24, 2024
1 parent f3351c4 commit f092cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
branches: ["main", {name: "next", prerelease: true}],
branches: ["master", {name: "next", prerelease: true}],
}

0 comments on commit f092cc1

Please sign in to comment.