Skip to content

Commit 4e2aa20

Browse files
committed
Remove beta release process in publish CI (#979)
1 parent eae2a3f commit 4e2aa20

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,7 @@ jobs:
2020
registry-url: https://registry.npmjs.org/
2121
- name: Install dependencies
2222
run: yarn
23-
- name: Create Beta Release Pull Request or Publish to npm
24-
if: contains(github.ref, 'beta')
25-
uses: changesets/action@v1
26-
with:
27-
# https://github.com/changesets/changesets/blob/main/docs/prereleases.md
28-
# https://github.com/changesets/changesets/blob/main/docs/command-line-options.md#publish
29-
publish: yarn beta-release
30-
version: yarn version-packages
31-
env:
32-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3423
- name: Create Release Pull Request or Publish to npm
35-
if: contains(github.ref, 'beta') == false
3624
uses: changesets/action@v1
3725
with:
3826
publish: yarn release

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"instant-meilisearch:test:watch": "yarn --cwd ./packages/instant-meilisearch test:watch",
2828
"test:types": "turbo run test:types",
2929
"version-packages": "changeset version && turbo version",
30-
"beta-release": "yarn build && changeset publish --tag beta",
3130
"release": "yarn build && changeset publish"
3231
},
3332
"devDependencies": {

0 commit comments

Comments
 (0)