Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
fix(types): artificial fix needed to trigger release
- Loading branch information
Showing
with
6 additions
and
1 deletion.
-
+6
−1
.github/workflows/manual-release.yml
|
@@ -38,8 +38,13 @@ jobs: |
|
|
restore-keys: | |
|
|
${{ runner.os }}-yarn- |
|
|
|
|
|
- name: Install dependencies |
|
|
- name: Install dependencies (and run build) |
|
|
run: yarn --frozen-lockfile |
|
|
|
|
|
- name: (WIP) Determine what version to release |
|
|
run: npx lerna version --loglevel=silly --conventional-commits --exact |
|
|
|
|
|
# - name: Publish the updated versions to NPM (--yes will skip the confirmation prompt) |
|
|
# run: npx lerna publish from-package --yes |
|
|
# env: |
|
|
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} |