Skip to content

Commit 846d815

Browse files
authored
ci: add permission
1 parent 7a4b72f commit 846d815

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@ on:
88
jobs:
99
release:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
1113
steps:
1214
- uses: actions/checkout@v3
1315
with:
1416
fetch-depth: 0
1517

1618
- uses: actions/setup-node@v3
1719
with:
18-
node-version: 16.x
20+
node-version: lts/*
1921

2022
- run: npx changelogithub
2123
env:

0 commit comments

Comments
 (0)