Skip to content

Commit 7387996

Browse files
committed
chore: update release.yml
1 parent 8b3210d commit 7387996

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@ on:
66
- main
77
workflow_dispatch:
88

9-
permissions:
10-
id-token: write
11-
contents: read
12-
139
jobs:
1410
publish:
1511
runs-on: ubuntu-latest
12+
permissions:
13+
contents: read
14+
id-token: write
1615
steps:
1716
- name: Checkout
1817
uses: actions/checkout@v4
@@ -29,7 +28,6 @@ jobs:
2928
uses: actions/setup-node@v4
3029
with:
3130
node-version: 22
32-
cache: 'pnpm'
3331
always-auth: true
3432
registry-url: https://registry.npmjs.org
3533

release.config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "./node_modules/@ossjs/release/schema.json",
23
"profiles": [
34
{
45
"name": "latest",

0 commit comments

Comments
 (0)