Skip to content

Commit 66c7730

Browse files
committed
ci(ci): 💚 Updated workflows
1 parent cd57b06 commit 66c7730

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- main
77
paths-ignore:
88
- 'package.json'
9+
- 'CHANGELOG.md'
910

1011
jobs:
1112
ci:
@@ -33,7 +34,3 @@ jobs:
3334
git config --global user.name "Jan-Henrik Damaschke"
3435
pnpm run bump
3536
git push
36-
- name: Publish package
37-
run: pnpm publish
38-
env:
39-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"build": "unbuild",
2121
"typecheck": "tsc --noEmit",
2222
"bump": "changelogen --bump --release",
23-
"publish": "pnpm publish",
2423
"docs": "typedoc --plugin typedoc-plugin-markdown --entryDocument README.md --readme README.md --out docs --githubPages false src/index.ts"
2524
},
2625
"devDependencies": {

0 commit comments

Comments
 (0)