Skip to content

Commit

Permalink
typo in YAML (comment inside multi-line run command)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcb55 committed Sep 3, 2020
1 parent 140561b commit ff9c915
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/cd-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ jobs:
registry-url: "https://registry.npmjs.org"
- run: npm ci
- name: Publish to npm
# If you want a package to be public (e.g. you'd expect
# `npm publish --access public` here), then just add this to the relevant
# `package.json` file:
# {
# "publishConfig": {
# "access": "public"
# }
# }
run: |
# If you want a package to be public (e.g. you'd expect
# `npm publish --access public` here), then just add this to the relevant
# `package.json` file:
# {
# "publishConfig": {
# "access": "public"
# }
# }
./node_modules/.bin/lerna publish
echo "Package published. To install, run:"
echo ""
Expand Down

0 comments on commit ff9c915

Please sign in to comment.