chore: disable pnpm & npm publish on ci
This commit is contained in:
parent
d4decdf21f
commit
8b8d3ea2a0
1 changed files with 8 additions and 8 deletions
16
.github/workflows/release.yml
vendored
16
.github/workflows/release.yml
vendored
|
|
@ -21,9 +21,9 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: pnpm/action-setup@v5
|
||||
with:
|
||||
version: 10
|
||||
# - uses: pnpm/action-setup@v5
|
||||
# with:
|
||||
# version: 10
|
||||
|
||||
- name: Set node
|
||||
uses: actions/setup-node@v6
|
||||
|
|
@ -35,8 +35,8 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
|
||||
- run: pnpm install
|
||||
- run: pnpm build
|
||||
- run: npm publish --ignore-scripts --provenance --access public
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
# - run: pnpm install
|
||||
# - run: pnpm build
|
||||
# - run: npm publish --ignore-scripts --provenance --access public
|
||||
# env:
|
||||
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue