test deply
This commit is contained in:
parent
d1eea5ebc5
commit
a1c11b7e14
2 changed files with 2 additions and 1 deletions
|
@ -63,6 +63,7 @@ jobs:
|
|||
provider: releases
|
||||
token: $GITHUB_OAUTH_TOKEN
|
||||
file: $ARCHIVE_NAME
|
||||
skip_cleanup: true
|
||||
on:
|
||||
condition: "$LAST_TAG != $CURRENT_VERSION"
|
||||
if: branch = master AND type = push
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?
|
||||
$arModuleVersion = array(
|
||||
"VERSION" => "5.2.9",
|
||||
"VERSION" => "5.2.10",
|
||||
"VERSION_DATE" => "2020-01-09 12:02:00"
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue