mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
ci: attempt to fix release.yml
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
||||
- name: Determine version bump type
|
||||
id: version_type
|
||||
run: |
|
||||
COMMIT_MSG="${{ env.message }}"
|
||||
COMMIT_MSG="${{ env.message }}";
|
||||
if echo "$COMMIT_MSG" | grep -q "#release-major"; then
|
||||
echo "bump_type=major" >> $GITHUB_OUTPUT
|
||||
elif echo "$COMMIT_MSG" | grep -q "#release-minor"; then
|
||||
|
||||
Reference in New Issue
Block a user