Skip to content

Commit

Permalink
release: v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jervis2049 committed Nov 9, 2024
1 parent 68a08d3 commit 90d489f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: Configure pnpm
run: echo "registry=https://registry.npmjs.org" > .npmrc
- run: npm i -g [email protected]
- name: Install
run: pnpm install
Expand All @@ -24,4 +27,4 @@ jobs:
- name: Publish to NPM
run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 90d489f

Please sign in to comment.