mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Debug run.
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -229,6 +229,9 @@ jobs:
|
|||||||
- name: Describe new release
|
- name: Describe new release
|
||||||
run: |
|
run: |
|
||||||
# describe the development release.
|
# describe the development release.
|
||||||
|
ls -la
|
||||||
|
touch output.txt
|
||||||
|
exit 1
|
||||||
if [[ "develop" == "$version" ]]; then
|
if [[ "develop" == "$version" ]]; then
|
||||||
echo 'Describe the latest develop release'
|
echo 'Describe the latest develop release'
|
||||||
rm -f output.txt
|
rm -f output.txt
|
||||||
|
Reference in New Issue
Block a user