Skip to content

fix(admin): disable to add new form item during the data loading #328

fix(admin): disable to add new form item during the data loading

fix(admin): disable to add new form item during the data loading #328

Workflow file for this run

name: Release
on:
push:
branches-ignore:
- master
tags-ignore:
- v*
jobs:
release:
name: Release
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "lts/*"
- name: Install dependencies
run: npm ci
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release