make sure version is in core/sys_config

This commit is contained in:
Shish 2020-03-25 15:31:28 +00:00
parent 4e4deed889
commit 566c92b780

View file

@ -13,10 +13,13 @@ jobs:
- name: Checkout code
uses: actions/checkout@master
- name: Get the version
- name: Get version from tag
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/v/}
- name: Test version in sys_config
run: grep ${{ steps.get_version.outputs.VERSION }} core/sys_config.php
- name: Build
run: |
composer install --no-dev