We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79e46e5 commit 7887c41Copy full SHA for 7887c41
.github/workflows/release.yml
@@ -15,9 +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
23
upload-assets:
0 commit comments