Skip to content

Commit

Permalink
fix: Update release type handling in release.yml for accurate classif…
Browse files Browse the repository at this point in the history
…ication
  • Loading branch information
jqshuv committed Dec 30, 2024
1 parent ebb413a commit 889119a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
*alpha*) rel_type="alpha" ;;
*beta*) rel_type="beta" ;;
*rc**) rel_type="beta" ;;
*) rel_type="false" ;;
*) rel_type="release" ;;
esac
echo "::set-output name=type::$rel_type"
- name: "🧬 Create release"
Expand Down

0 comments on commit 889119a

Please sign in to comment.