Skip to content

Commit

Permalink
chore(flow): update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Jul 24, 2021
1 parent eb5b470 commit 6b839fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: ${{ matrix.node_version }}
- run: yarn -v
- run: yarn config set 'registry' to 'https://registry.npmjs.org/:_authToken=${{secrets.NPM_AUTH_TOKEN}}'
- run: yarn config set registry to https://registry.npmjs.org/:_authToken=${{secrets.NPM_AUTH_TOKEN}}
- run: yarn --ignore-engines
- run: yarn build
- run: yarn run release:force
Expand Down

0 comments on commit 6b839fa

Please sign in to comment.