Skip to content

Commit

Permalink
Merge pull request #21 from MacPaw/fix/update-github-actions-for-publ…
Browse files Browse the repository at this point in the history
…ick-publishing

fix: update github actions for public publishing
  • Loading branch information
wallwhite authored Sep 30, 2022
2 parents fb94a16 + eb03c4e commit 99f0937
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
# TODO: remove --access public before next release
- run: |
cd eslint-config-base
npm publish
Expand All @@ -21,6 +22,6 @@ jobs:
cd ../eslint-config-typescript
npm publish
cd ../eslint-config-prettier
npm publish
npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 99f0937

Please sign in to comment.