Skip to content

Commit

Permalink
fix(types): artificial fix needed to trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Sep 7, 2020
1 parent 8a9be34 commit fc62ba8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/manual-release.yml
Expand Up @@ -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 }}

0 comments on commit fc62ba8

Please sign in to comment.