diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 01a068f..668e566 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -65,6 +65,7 @@ jobs: node-version: 14.x registry-url: https://npm.pkg.github.com/ always-auth: true + scope: "@jessety" - name: Download build uses: actions/download-artifact@v2 with: @@ -75,7 +76,5 @@ jobs: run: echo $(cat package.json | jq '.name= "@jessety/\(.name)"') > package.json - name: Publish run: npm publish --registry=https://npm.pkg.github.com/@jessety - - name: Publish - run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by GitHub, and requires no setup