Skip to content

Commit

Permalink
chore(): cd
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartington committed Mar 8, 2022
1 parent d5b2506 commit 149fff2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16
- name: Configure Identity
run: |
git config user.name github-actions
Expand Down
3 changes: 3 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"createRelease": "github",
"message": "chore(release): publish [skip ci]",
"tagVersionPrefix": ""
},
"publish": {
"verifyAccess": false
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint:fix": "lerna run lint -- -- --fix",
"prepublishOnly": "npm run build",
"publish:testing": "lerna publish prerelease --preid=testing --exact --no-git-tag-version --no-push --dist-tag=testing",
"publish:ci": "lerna publish -m 'chore(release): publish [skip ci]' --exact --conventional-commits --yes",
"publish:ci": "lerna publish -m 'chore(release): publish [skip ci]' --exact --conventional-commits --yes --no-verify-access",
"publish:ci:testing": "lerna publish prerelease --preid=testing --no-git-tag-version --no-push --dist-tag=testing -m 'chore(release): publish [skip ci]' --exact --conventional-commits --yes",
"cz": "git-cz"
},
Expand Down

0 comments on commit 149fff2

Please sign in to comment.