Skip to content

Commit 25185fb

Browse files
committed
chor: update release update
1 parent 4128408 commit 25185fb

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/workflows/release-it.yaml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ 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+
- run: pnpm install
17+
- run: npm ci --no-package-lock
18+
- run: pnpm publish
19+
env:
20+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)