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:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v5
|
# - uses: pnpm/action-setup@v5
|
||||||
with:
|
# with:
|
||||||
version: 10
|
# version: 10
|
||||||
|
|
||||||
- name: Set node
|
- name: Set node
|
||||||
uses: actions/setup-node@v6
|
uses: actions/setup-node@v6
|
||||||
|
|
@ -35,8 +35,8 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||||
|
|
||||||
- run: pnpm install
|
# - run: pnpm install
|
||||||
- run: pnpm build
|
# - run: pnpm build
|
||||||
- run: npm publish --ignore-scripts --provenance --access public
|
# - run: npm publish --ignore-scripts --provenance --access public
|
||||||
env:
|
# env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue