Skip to content

Commit fc1ff11

Browse files
committed
ci: enable OIDC
1 parent 5c8b347 commit fc1ff11

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
release:
1010
uses: sxzz/workflows/.github/workflows/release.yml@v1
1111
with:
12-
publish: false
12+
publish: true
1313
permissions:
1414
contents: write
1515
id-token: write

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"dev": "tsdown --watch",
5757
"test": "vitest",
5858
"typecheck": "tsc --noEmit",
59-
"release": "bumpp && pnpm publish",
59+
"release": "bumpp",
6060
"prepublishOnly": "pnpm run build"
6161
},
6262
"dependencies": {
@@ -69,7 +69,7 @@
6969
},
7070
"devDependencies": {
7171
"@babel/types": "^7.28.4",
72-
"@sxzz/eslint-config": "^7.2.6",
72+
"@sxzz/eslint-config": "^7.2.7",
7373
"@sxzz/prettier-config": "^2.2.4",
7474
"@sxzz/test-utils": "^0.5.11",
7575
"@types/node": "^24.7.0",

pnpm-lock.yaml

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)