diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d311621..5d57e0b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml | |||
| @@ -15,6 +15,7 @@ jobs: | |||
| 15 | - uses: actions/checkout@v3 | 15 | - uses: actions/checkout@v3 |
| 16 | - uses: taiki-e/create-gh-release-action@v1 | 16 | - uses: taiki-e/create-gh-release-action@v1 |
| 17 | with: | 17 | with: |
| 18 | changelog: CHANGELOG.md | ||
| 18 | # (required) GitHub token for creating GitHub Releases. | 19 | # (required) GitHub token for creating GitHub Releases. |
| 19 | token: ${{ secrets.GITHUB_TOKEN }} | 20 | token: ${{ secrets.GITHUB_TOKEN }} |
| 20 | 21 | ||