Skip to content

feat: add summary element and fold expansion/folding (fixes #22, #21) #27

feat: add summary element and fold expansion/folding (fixes #22, #21)

feat: add summary element and fold expansion/folding (fixes #22, #21) #27

Workflow file for this run

name: Release
on:
push:
branches:
- master
- next
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 'lts/*'
- uses: pnpm/action-setup@v2.2.4
with:
version: latest
- name: Install dependencies
run: pnpm i
- name: Build application
run: pnpm run build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: pnpm dlx semantic-release