Fix/staging release install and versioning (#2621)

This commit is contained in:
Philip Korsholm
2022-11-17 16:38:14 +00:00
committed by GitHub
parent 9eafde07fe
commit c6c5667cdd
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -7,5 +7,8 @@
"access": "public",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": []
"ignore": [],
"snapshot": {
"useCalculatedVersion": true
}
}
+1 -1
View File
@@ -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