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
|
||||
run: |
|
||||
# describe the development release.
|
||||
ls -la
|
||||
touch output.txt
|
||||
exit 1
|
||||
if [[ "develop" == "$version" ]]; then
|
||||
echo 'Describe the latest develop release'
|
||||
rm -f output.txt
|
||||
|
Reference in New Issue
Block a user