diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed8f89a..0af45df 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: uses: actions/checkout@master - name: Publish run: | - echo "//npm.pkg.github.com/:_authToken=${{ secrets.GH_AUTH_TOKEN }}" >> ~/.npmrc + echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> ~/.npmrc ORG="$(echo '${{ github.repository }}' | cut -d'/' -f1)" echo "registry=https://npm.pkg.github.com/$ORG" > .npmrc npm publish \ No newline at end of file