mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
fix bash in draft release
This commit is contained in:
parent
f91b2cd779
commit
55dae8bde3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/draft.yml
vendored
2
.github/workflows/draft.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
||||||
if [ $RESULT -eq 0 ]; then
|
if [ $RESULT -eq 0 ]; then
|
||||||
echo "Release $VERSION already exists! Not replacing it.."
|
echo "Release $VERSION already exists! Not replacing it.."
|
||||||
exit 1
|
exit 1
|
||||||
else
|
fi
|
||||||
|
|
||||||
- name: Move Files
|
- name: Move Files
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue