Skip to content

Commit 4241fb2

Browse files
committed
chor: remove npm action
1 parent ac6bfc2 commit 4241fb2

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/release-it.yaml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release-It
1+
name: Release to npm
22
on: workflow_dispatch
33

44
jobs:
@@ -11,17 +11,3 @@ jobs:
1111
version: 7
1212
- run: pnpm install --frozen-lockfile
1313
- run: pnpm test
14-
15-
publish-npm:
16-
needs: build
17-
runs-on: ubuntu-latest
18-
steps:
19-
- uses: actions/checkout@v3
20-
- uses: actions/setup-node@v3
21-
with:
22-
node-version: 16
23-
registry-url: https://registry.npmjs.org/@designbycode/tailwindcss-text-shadow
24-
- run: npm ci
25-
- run: npm publish
26-
env:
27-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)