diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 3208ce4..08d1f97 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -15,8 +15,6 @@ jobs: - uses: actions/checkout@v3 - uses: taiki-e/create-gh-release-action@v1 with: - # (optional) Path to changelog. - changelog: CHANGELOG.md # (required) GitHub token for creating GitHub Releases. token: ${{ secrets.GIT_CREDENTIALS }}