Skip to content

menuClicked should also set the staged_value (#207) #42

menuClicked should also set the staged_value (#207)

menuClicked should also set the staged_value (#207) #42

Workflow file for this run

name: Build form.js
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
# Install Yarn for building
- name: Install Yarn
run: npm install yarn
- name: Install dependencies
run: yarn install
# Build form.js
- name: Build form.js with Webpack
run: yarn build
# Upload artifact to GitHub
- name: Upload Release files
uses: softprops/action-gh-release@v1
with:
files: |
form.js