diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f4fd50..4820056 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,8 +1,6 @@ name: Release -on: - push: - branches: [main] +on: workflow_dispatch jobs: release: diff --git a/release.config.js b/release.config.js index 2809fdf..5c9d004 100644 --- a/release.config.js +++ b/release.config.js @@ -1,7 +1,8 @@ module.exports = { ...require('@codingame/semantic-release-config'), branches: [ - 'main' + 'main', + { name: '*', channel: 'next', prerelease: true } ], plugins: [ '@semantic-release/commit-analyzer',