Skip to content

fix: add aggregate files so compiling/install is fixed #118

fix: add aggregate files so compiling/install is fixed

fix: add aggregate files so compiling/install is fixed #118

Workflow file for this run

name: Release
on:
push:
branches: [main]
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: '20'
- name: Install
run: npm install
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm run semantic-release