Skip to content

feat(Node Authoring): Dynamic Delete/Copy/Move buttons (#1341) #462

feat(Node Authoring): Dynamic Delete/Copy/Move buttons (#1341)

feat(Node Authoring): Dynamic Delete/Copy/Move buttons (#1341) #462

Workflow file for this run

name: Release
on:
push:
branches:
- develop
jobs:
release:
name: Release
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
run: npx semantic-release