mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Run another composer, and dump the autoload files.
This commit is contained in:
parent
a7a54c042c
commit
c4f0512f39
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -141,6 +141,11 @@ jobs:
|
||||
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
|
||||
git config advice.addIgnoredFile false
|
||||
|
||||
# update composer (again)
|
||||
composer validate --strict
|
||||
composer update --no-dev --no-scripts --no-plugins
|
||||
composer dump-autoload
|
||||
|
||||
releaseName=$version
|
||||
zipName=FireflyIII-$version.zip
|
||||
tarName=FireflyIII-$version.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user