Skip to content

Commit

Permalink
configure differnetly
Browse files Browse the repository at this point in the history
  • Loading branch information
aabedraba committed Oct 27, 2024
1 parent ff796f2 commit 604626f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
run: |
git config user.name "${GITHUB_ACTOR}"
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- name: "NPM Identity"
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
- name: Install dependencies
run: npm ci
- name: Run tests
Expand All @@ -31,8 +36,6 @@ jobs:
run: npx lerna run build:packages --since master
- name: Publish packages
run: npx lerna publish patch --yes
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

rmw-shell-demo:
if: ${{ always() }}
Expand Down

0 comments on commit 604626f

Please sign in to comment.