Skip to content

Commit

Permalink
add release commenter (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
achristmascarl authored Aug 26, 2024
1 parent 50995a6 commit 3fee478
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 3fee478

Please sign in to comment.