Skip to content

Commit

Permalink
fix CI to allow version
Browse files Browse the repository at this point in the history
  • Loading branch information
sestinj committed Feb 25, 2025
1 parent bfc4787 commit 59a4827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jetbrains-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- id: check
working-directory: .
run: |
if [[ "${{ github.event.release.tag_name }}" == v0.0.*-jetbrains ]]; then
if [[ "${{ github.event.release.tag_name }}" == v1.0.*-jetbrains ]]; then
echo "should_run=true" >> $GITHUB_OUTPUT
else
echo "should_run=false" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 59a4827

Please sign in to comment.