Skip to content

Commit

Permalink
ci: Attempt to fix workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanCQ committed Aug 23, 2024
1 parent 7267180 commit c1c04fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions .releaserc

This file was deleted.

2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default {
branches: ["main", {name: 'beta', prerelease: true}],
branches: ["main", { name: "beta", channel: "beta", prerelease: true },],
plugins: ["@semantic-release/npm"]
};

0 comments on commit c1c04fe

Please sign in to comment.