Skip to content

Commit

Permalink
Merge pull request #309 from the-control-group/public_packages
Browse files Browse the repository at this point in the history
Package access set to public
  • Loading branch information
ebrown32 authored Oct 21, 2020
2 parents 4a9cff8 + e78c47e commit dbae6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ jobs:
VERSION: ${{ steps.GenerateVersion.outputs.version }}
run: |
echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' > ~/.npmrc
scripts/run-in-packages.sh yarn publish --no-git-tag-version --new-version $VERSION
scripts/run-in-packages.sh yarn publish --access public --no-git-tag-version --new-version $VERSION

0 comments on commit dbae6b2

Please sign in to comment.