Skip to content

Commit

Permalink
build: 🚀 create pipeline tests and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Elimeleth committed Feb 27, 2024
1 parent 082f4eb commit f983fa4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
git config --global user.name GitHubActions
- name: Version and publish
run: |
npm config set //npm.pkg.github.com/_authToken "${{ secrets.GH_TOKEN }}"
cd packages/
npx lerna version --conventional-commits --no-push
npx lerna publish from-git --access private --dist-tag dev --registry https://npm.pkg.github.com
run: echo "This step is building yet, please wait!"
# npm config set //npm.pkg.github.com/_authToken "${{ secrets.GH_TOKEN }}"
# cd packages/
# npx lerna version --conventional-commits --no-push
# npx lerna publish from-git --access private --dist-tag dev --registry https://npm.pkg.github.com

0 comments on commit f983fa4

Please sign in to comment.