Skip to content

Commit

Permalink
Fix publishing (#2515)
Browse files Browse the repository at this point in the history
  • Loading branch information
remusao authored Mar 23, 2022
1 parent 5fb9df7 commit 19386f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
- name: Create release
run: |
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
echo "registry=https://registry.npmjs.org/" >> ~/.npmrc
echo "@cliqz:registry=https://registry.npmjs.org/" >> ~/.npmrc
yarn release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 19386f3

Please sign in to comment.