diff --git a/.github/workflows/ember.yml b/.github/workflows/ember.yml index ff69af1..7e9a3f7 100644 --- a/.github/workflows/ember.yml +++ b/.github/workflows/ember.yml @@ -62,7 +62,7 @@ jobs: run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}" > ~/.npmrc - name: Publish - run: npm publish --access restricted + run: npm publish --access public github_publish: needs: build @@ -93,4 +93,4 @@ jobs: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> ~/.npmrc - name: Publish to GitHub registry - run: npm publish --access restricted + run: npm publish --access public