We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce030bf commit 3d48999Copy full SHA for 3d48999
1 file changed
.github/workflows/release.yml
@@ -15,8 +15,6 @@ jobs:
15
- uses: actions/checkout@v4
16
- uses: taiki-e/create-gh-release-action@v1
17
with:
18
- # (optional) Path to changelog.
19
- changelog: CHANGELOG.md
20
# (required) GitHub token for creating GitHub Releases.
21
token: ${{ secrets.GITHUB_TOKEN }}
22
0 commit comments