projects
/
music-assistant-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc0f69b
)
fix typo
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Fri, 7 Jul 2023 15:21:54 +0000
(17:21 +0200)
committer
GitHub
<noreply@github.com>
Fri, 7 Jul 2023 15:21:54 +0000
(17:21 +0200)
.github/workflows/release.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/release.yml
b/.github/workflows/release.yml
index 055da372ffaf157d2d319c98df61706a05cf77a9..472b95c301f24298baf2568db4e1fe13c2752993 100644
(file)
--- a/
.github/workflows/release.yml
+++ b/
.github/workflows/release.yml
@@
-68,7
+68,7
@@
jobs:
echo "patch=${patch}" >> $GITHUB_OUTPUT
echo "minor=${patch%.*}" >> $GITHUB_OUTPUT
echo "major=${patch%.*.*}" >> $GITHUB_OUTPUT
- if [[ $
string
=~ "b" ]]; then
+ if [[ $
patch
=~ "b" ]]; then
echo "channel=beta" >> $GITHUB_OUTPUT
else
echo "channel=stable" >> $GITHUB_OUTPUT