chore: update release action to not publish to npm
This commit is contained in:
parent
823b035d70
commit
2db1129489
1 changed files with 0 additions and 9 deletions
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
|
|
@ -16,11 +16,6 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
steps:
|
||||
- uses: pnpm/action-setup@v5
|
||||
with:
|
||||
version: 10
|
||||
|
||||
- name: Set node
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
|
|
@ -29,7 +24,3 @@ jobs:
|
|||
- run: npx changelogithub
|
||||
env:
|
||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
|
||||
- run: pnpm install
|
||||
- run: pnpm build
|
||||
- run: npm publish
|
||||
Loading…
Reference in a new issue