Fix/staging release install and versioning (#2621)
This commit is contained in:
@@ -7,5 +7,8 @@
|
||||
"access": "public",
|
||||
"baseBranch": "master",
|
||||
"updateInternalDependencies": "patch",
|
||||
"ignore": []
|
||||
"ignore": [],
|
||||
"snapshot": {
|
||||
"useCalculatedVersion": true
|
||||
}
|
||||
}
|
||||
|
||||
2
.github/workflows/staging-release.yml
vendored
2
.github/workflows/staging-release.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Install Dependencies
|
||||
run: yarn
|
||||
run: yarn install --no-immutable
|
||||
|
||||
- name: Publish staging packages
|
||||
run: yarn release:staging
|
||||
|
||||
Reference in New Issue
Block a user