diff --git a/.github/workflows/package.json b/.github/workflows/package.json index 6d189c0e4..7a3bfa8ee 100644 --- a/.github/workflows/package.json +++ b/.github/workflows/package.json @@ -6,13 +6,6 @@ "semantic-release": "^20.1.3" }, "release": { - "branches": [ - "main", - { - "name": "main-dev", - "channel": "alpha" - } - ], "debug": true, "ci": true, "dryRun": false, diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 5a548797a..2c9d331c7 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -19,4 +19,4 @@ jobs: persist-credentials: false ref: 'main-dev' - uses: actions/setup-node@v3 - - run: cp .github/workflows/package.json . && npm install && npx semantic-release + - run: cp .github/workflows/package.json . && npm install && npx semantic-release --branches ["main-dev"]