Skip to content

Commit c84697f

Browse files
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # package.json # pnpm-lock.yaml
2 parents ba11401 + e0502bc commit c84697f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/releases.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
release:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
1113
steps:
1214
- uses: actions/checkout@v3
1315
with:
@@ -19,7 +21,7 @@ jobs:
1921
- name: Set node
2022
uses: actions/setup-node@v3
2123
with:
22-
node-version: 16.x
24+
node-version: lts/*
2325
cache: pnpm
2426

2527
- run: npx changelogithub

0 commit comments

Comments
 (0)