Skip to content

Commit 60177d5

Browse files
committed
ci: setup OIDC
1 parent fbcf5d7 commit 60177d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"lint:fix": "eslint src test --fix",
4343
"prepare": "npm run build",
4444
"prepublishOnly": "npm run lint && rm -rf dist && npm test",
45-
"release": "bumpp -x \"npm run changelog\" --all --commit --tag --push && npm publish",
45+
"release": "bumpp -x \"npm run changelog\" --all",
4646
"pretest": "npm run build",
4747
"test": "vitest run",
4848
"test:dev": "vitest",

0 commit comments

Comments
 (0)