Skip to content

Commit

Permalink
ci(pre-release): disable pre-release auto release
Browse files Browse the repository at this point in the history
As we are getting close to first RC, lets disable automatic master releases under the `unstable` tag
  • Loading branch information
TasoOneAsia committed Dec 2, 2021
1 parent d46d0dc commit 938e382
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Prerelease Publisher
on:
push:
branches:
- master
- disable
jobs:
pre-release-build:
name: 'Build & Create Pre-Release'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"pretty-quick": "^3.1.2"
},
"scripts": {
"build": "lerna run test && lerna run build",
"build": "lerna run build",
"prepare": "husky install",
"bootstrap": "lerna bootstrap",
"format": "pretty-quick",
Expand Down

0 comments on commit 938e382

Please sign in to comment.