Skip to content

perf(icons): update imports from phosphor-react to use `@phosphor-i… #72

perf(icons): update imports from phosphor-react to use `@phosphor-i…

perf(icons): update imports from phosphor-react to use `@phosphor-i… #72

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 'lts/*'
- name: Install dependencies
run: npm install
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm run release