File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4545 - ' [ "$PROJECT_REPO_TAG" == "v$(php -r "require_once(\"lib/Pico.php\"); echo Pico::VERSION;")" ]'
4646 - deploy-release.sh
4747 before_deploy :
48- - release.sh
48+ - release.sh "$PROJECT_REPO_TAG"
4949 deploy :
5050 provider : releases
5151 api_key : ${GITHUB_OAUTH_TOKEN}
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ Released: -
6464* [Changed] Add `$basePath` and `$endSlash` params to `Pico::getAbsolutePath()`
6565* [Changed] Deprecate `Pico::getBaseThemeUrl()`
6666* [Changed] Replace various `file_exists` calls with proper `is_file` calls
67- * [Changed] Improve release & build process
67+ * [Changed] Refactor release & build system
6868* [Changed] Improve PHP class docs
6969* [Changed] Various small improvements
7070* [Removed] Remove superfluous `base_dir` and `theme_dir` Twig variables
You can’t perform that action at this time.
0 commit comments