Skip to content

Commit 431fa00

Browse files
Merge branch '8.5' into 9.6
2 parents 3616513 + 3d44437 commit 431fa00

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313

1414
runs-on: ubuntu-latest
1515

16+
permissions:
17+
contents: write
18+
1619
steps:
1720
- name: Checkout
1821
uses: actions/checkout@v4
@@ -28,7 +31,7 @@ jobs:
2831
- name: Determine tag
2932
run: echo "RELEASE_TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
3033

31-
- name: Parse changelog
34+
- name: Parse ChangeLog
3235
run: build/scripts/extract-release-notes.php ${{ env.RELEASE_TAG }} > release-notes.md
3336

3437
- name: Create release

0 commit comments

Comments
 (0)