Skip to content

Commit

Permalink
chore(packages): wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sbsrnt committed Feb 7, 2024
1 parent d563338 commit 973f8a6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ jobs:
git config --global user.name "${{ secrets.GIT_USER_NAME }}"
git config --global user.email "${{ secrets.GIT_USER_EMAIL }}"
- name: "NPM Identity"
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
- env:
CI: true
run: npm ci
Expand Down

0 comments on commit 973f8a6

Please sign in to comment.