Skip to content

Commit

Permalink
fix(ci): pnpm, action!
Browse files Browse the repository at this point in the history
  • Loading branch information
hUwUtao committed May 24, 2024
1 parent 620a779 commit 3bb7820
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
with:
node-version: '18'

- uses: pnpm/action-setup@v4
with:
version: 9

- name: Install dependencies
run: pnpm install

Expand All @@ -33,6 +37,6 @@ jobs:
echo "registry=https://npm.pkg.github.com/" >> .npmrc
- name: Publish to GitHub Packages
run: pnpm publish --access public
run: pnpm publish --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3bb7820

Please sign in to comment.