diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cb6bf93..3ed65bc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,6 +19,6 @@ jobs: # Defaults to the user or organization that owns the workflow file scope: 'The-Creator-AI' - run: npm ci - - run: npm publish + - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}