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 ac6bfc2 commit 4241fb2Copy full SHA for 4241fb2
.github/workflows/release-it.yaml
@@ -1,4 +1,4 @@
1
-name: Release-It
+name: Release to npm
2
on: workflow_dispatch
3
4
jobs:
@@ -11,17 +11,3 @@ jobs:
11
version: 7
12
- run: pnpm install --frozen-lockfile
13
- 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