Skip to content

Commit ac6bfc2

Browse files
committed
chor: update action
1 parent 38337d5 commit ac6bfc2

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release-it.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,10 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v3
9-
- uses: actions/setup-node@v3
10-
with:
11-
node-version: 16
129
- uses: pnpm/action-setup@v2
1310
with:
1411
version: 7
15-
- run: npm ci
12+
- run: pnpm install --frozen-lockfile
1613
- run: pnpm test
1714

1815
publish-npm:
@@ -23,7 +20,7 @@ jobs:
2320
- uses: actions/setup-node@v3
2421
with:
2522
node-version: 16
26-
registry-url: https://registry.npmjs.org/
23+
registry-url: https://registry.npmjs.org/@designbycode/tailwindcss-text-shadow
2724
- run: npm ci
2825
- run: npm publish
2926
env:

0 commit comments

Comments
 (0)