mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-10 13:21:21 +00:00
Fix args/
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
- name: Validate input
|
- name: Validate input
|
||||||
run: |
|
run: |
|
||||||
# validate argument
|
# validate argument
|
||||||
if [[ $version != d* ]] && [[ $version != v* ]] && [[ $version != b* ]] ;
|
if [[ $version != develo* ]] && [[ $version != v* ]] && [[ $version != branch* ]] ;
|
||||||
then
|
then
|
||||||
echo "Argument '$version' does not start with a d or with a v or a b"
|
echo "Argument '$version' does not start with a d or with a v or a b"
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user