Skip to content

Commit 237f925

Browse files
committed
Update release.yml - try w/ CHANGELOG.md
1 parent 238dc98 commit 237f925

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ permissions:
66
on:
77
push:
88
# Only supports tags - it doesn't support pushing a branch.
9+
# It can only be triggered when a tag is pushed or created on GitHub.
910
tags:
1011
- v[0-9]+.*
1112

@@ -15,9 +16,9 @@ jobs:
1516
steps:
1617
- uses: actions/checkout@v4
1718
- uses: taiki-e/create-gh-release-action@v1
18-
#with:
19+
with:
1920
# (optional)
20-
#changelog: CHANGELOG.md
21+
changelog: CHANGELOG.md
2122
env:
2223
# (required)
2324
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)