diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1073289..e70a4e9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,8 +18,9 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Setup .yarnrc.yml run: | - yarn config set npmAlwaysAuth true - yarn config set npmAuthToken "${{ secrets.NPM_TOKEN }}" + yarn config set npmAuthToken $NODE_AUTH_TOKEN + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Publish Releases uses: thefrontside/actions/synchronize-with-npm@dl/add-use-yarn-input with: