Skip to content

Commit

Permalink
v1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lchzh3473 committed Dec 2, 2023
1 parent 63ee041 commit 6adb1a0
Show file tree
Hide file tree
Showing 32 changed files with 294 additions and 1,398 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Login to GitHub Package Registry
run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> ~/.npmrc

- name: Build
run: |
npm install
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@sim-phi:registry=https://npm.pkg.github.com
Loading

0 comments on commit 6adb1a0

Please sign in to comment.