Skip to content

Commit 4128408

Browse files
committed
chor: update release update
1 parent e2954f0 commit 4128408

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/release-it.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
with:
1111
node-version: '18.x'
1212
cache: 'pnpm'
13-
- uses: pnpm/action-setup@v2
14-
with:
15-
version: '7.x'
16-
17-
- run: pnpm install
18-
- run: npm ci --no-package-lock
19-
- run: pnpm publish
20-
env:
21-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
13+
# - uses: pnpm/action-setup@v2
14+
# with:
15+
# version: '7.x'
16+
#
17+
# - run: pnpm install
18+
# - run: npm ci --no-package-lock
19+
# - run: pnpm publish
20+
# env:
21+
# NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)