Skip to content

Commit

Permalink
ci: fix version number for release-commenter action (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgreinacher authored Feb 24, 2021
1 parent b4a0584 commit 4f0b75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
tag_name: v${{ steps.nbgv.outputs.SemVer2 }}
release_name: v${{ steps.nbgv.outputs.SemVer2 }}
- name: Comment relevant issues and merge requests
uses: apexskier/github-release-commenter@v1.2
uses: apexskier/github-release-commenter@v1.3.1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
comment-template: |
Expand Down

0 comments on commit 4f0b75c

Please sign in to comment.