We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4128408 commit 25185fbCopy full SHA for 25185fb
.github/workflows/release-it.yaml
@@ -10,12 +10,11 @@ jobs:
10
with:
11
node-version: '18.x'
12
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}}
+ - uses: pnpm/action-setup@v2
+ with:
+ version: '7.x'
+ - run: pnpm install
+ - run: npm ci --no-package-lock
+ - run: pnpm publish
+ env:
+ NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments