Skip to content

Update changelog 45.7.0 (#2531) #85

Update changelog 45.7.0 (#2531)

Update changelog 45.7.0 (#2531) #85

on:
push:
tags:
- '*'
name: Create release
jobs:
build:
name: Upload Release Asset
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Get the version
id: get_version
run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
- name: Build project
run: |
yarn install
node _infrastructure/vcwb-builder/builder plugin -b ${{ env.VERSION }} --isDev -p ./_infrastructure
- name: Release
uses: softprops/action-gh-release@v1
with:
files: |
./_infrastructure/visualcomposer.zip