Skip to content

Commit

Permalink
Access Public
Browse files Browse the repository at this point in the history
  • Loading branch information
troykelly committed Jan 4, 2021
1 parent 33149ff commit 88b3c60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: yarn
# Publish to npm
- run: yarn publish
- run: yarn publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# Setup .npmrc file to publish to GitHub Packages
Expand All @@ -24,6 +24,6 @@ jobs:
# Defaults to the user or organization that owns the workflow file
scope: '@aperim'
# Publish to GitHub Packages
- run: yarn publish
- run: yarn publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 88b3c60

Please sign in to comment.