Skip to content

feat: add and remove child in vue form (#1920) (#1922) #39

feat: add and remove child in vue form (#1920) (#1922)

feat: add and remove child in vue form (#1920) (#1922) #39

Workflow file for this run

name: Release
on:
push:
tags:
- 'v*.*.*'
jobs:
push-subtree:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
extensions: json, zlib, curl
- name: Download enhavo.phar
run: |
curl -sLO https://github.com/enhavo/enhavo-cli/releases/latest/download/enhavo.phar
chmod +x enhavo.phar
- name: Release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
./enhavo.phar npm-release ${GITHUB_REF##*/}