Skip to content

Commit

Permalink
Try to fix setting yarn config
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitriy Lazarev <[email protected]>
  • Loading branch information
wKich committed Sep 13, 2023
1 parent c942d1a commit 713da48
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 713da48

Please sign in to comment.