Skip to content

Commit ef2e32b

Browse files
committed
rev
1 parent fd6dada commit ef2e32b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,7 @@ jobs:
1313
id-token: write
1414
steps:
1515
- uses: actions/checkout@v4
16-
1716
- uses: pnpm/action-setup@v4
18-
19-
- uses: actions/setup-node@v4
20-
with:
21-
node-version: 20
22-
cache: 'pnpm'
23-
2417
- run: pnpm publish --access public
2518
env:
2619
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)