Skip to content

Commit

Permalink
fix(ci): pnpm publish failed (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackHole1 authored Oct 25, 2023
1 parent 8ec9ec3 commit de7c4dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:

- name: Publish
run: |
pnpm publish --access public
pnpm publish --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 0 additions & 2 deletions .github/workflows/test-service.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: Test Service
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

Expand Down

0 comments on commit de7c4dc

Please sign in to comment.