Skip to content

Commit 5400918

Browse files
committed
chore(ci): tweak ci
Signed-off-by: Neko Ayaka <[email protected]>
1 parent 80e4bbd commit 5400918

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
build:
1010
name: Build
11+
permissions:
12+
contents: write
1113
runs-on: ubuntu-latest
1214
steps:
1315
- name: Checkout
@@ -40,7 +42,7 @@ jobs:
4042
- name: Install dependencies
4143
run: pnpm install --frozen-lockfile
4244

43-
- name: Build Test
45+
- name: Build
4446
run: pnpm run build
4547

4648
- name: Get release version

0 commit comments

Comments
 (0)