Skip to content

Commit

Permalink
also ignore rc
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Oct 16, 2024
1 parent c1a2a6f commit 960418b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-comment-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
steps.get_version.outputs.version != ''
&& !contains(steps.get_version.outputs.version, '-beta.')
&& !contains(steps.get_version.outputs.version, '-alpha.')
&& !contains(steps.get_version.outputs.version, '-rc.')
uses: getsentry/release-comment-issues-gh-action@v1
with:
Expand Down

0 comments on commit 960418b

Please sign in to comment.