diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 220e0ee..6b3c24d 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -162,3 +162,12 @@ jobs: - run: cargo publish env: CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} + + release-commenter: + name: Commenting on Issues and PRs + runs-on: ubuntu-latest + needs: publish-cargo + steps: + - uses: apexskier/github-release-commenter@v1 + with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}