Build system: Add $PROJECT_REPO_TAG param to release.sh call
This commit is contained in:
parent
58f615403e
commit
dec44817a5
@ -45,7 +45,7 @@ jobs:
|
|||||||
- '[ "$PROJECT_REPO_TAG" == "v$(php -r "require_once(\"lib/Pico.php\"); echo Pico::VERSION;")" ]'
|
- '[ "$PROJECT_REPO_TAG" == "v$(php -r "require_once(\"lib/Pico.php\"); echo Pico::VERSION;")" ]'
|
||||||
- deploy-release.sh
|
- deploy-release.sh
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- release.sh
|
- release.sh "$PROJECT_REPO_TAG"
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
api_key: ${GITHUB_OAUTH_TOKEN}
|
api_key: ${GITHUB_OAUTH_TOKEN}
|
||||||
|
@ -64,7 +64,7 @@ Released: -
|
|||||||
* [Changed] Add `$basePath` and `$endSlash` params to `Pico::getAbsolutePath()`
|
* [Changed] Add `$basePath` and `$endSlash` params to `Pico::getAbsolutePath()`
|
||||||
* [Changed] Deprecate `Pico::getBaseThemeUrl()`
|
* [Changed] Deprecate `Pico::getBaseThemeUrl()`
|
||||||
* [Changed] Replace various `file_exists` calls with proper `is_file` calls
|
* [Changed] Replace various `file_exists` calls with proper `is_file` calls
|
||||||
* [Changed] Improve release & build process
|
* [Changed] Refactor release & build system
|
||||||
* [Changed] Improve PHP class docs
|
* [Changed] Improve PHP class docs
|
||||||
* [Changed] Various small improvements
|
* [Changed] Various small improvements
|
||||||
* [Removed] Remove superfluous `base_dir` and `theme_dir` Twig variables
|
* [Removed] Remove superfluous `base_dir` and `theme_dir` Twig variables
|
||||||
|
Loading…
x
Reference in New Issue
Block a user