We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30591d4 commit d08bd00Copy full SHA for d08bd00
.github/workflows/release-comment-issues.yml
@@ -29,7 +29,7 @@ jobs:
29
&& !contains(steps.get_version.outputs.version, '-alpha.')
30
&& !contains(steps.get_version.outputs.version, '-rc.')
31
32
- uses: getsentry/release-comment-issues-gh-action@v1
+ uses: getsentry/release-comment-issues-gh-action@fn/fix-it
33
with:
34
github_token: ${{ secrets.GITHUB_TOKEN }}
35
version: ${{ steps.get_version.outputs.version }}
0 commit comments