Skip to content

Commit

Permalink
chore(publish): migrate to github packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Hocine Moukaideche committed Jan 10, 2024
1 parent 23b80d2 commit 5f472c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
# Runs a set of commands using the runners shell
- name: Run lerna
run: |
echo "//npm.pkg.github.com:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc
echo "@wemaintain:registry=https://npm.pkg.github.com/" > ~/.npmrc
echo "//npm.pkg.github.com:_authToken=${{ secrets.GITHUB_TOKEN }}" >> ~/.npmrc
git config --global user.email "[email protected]"
git config --global user.name "Release BOT"
npm run lerna publish -- --yes
Expand Down

0 comments on commit 5f472c7

Please sign in to comment.