Skip to content

feat(icon): new exclude icon (#64) #39

feat(icon): new exclude icon (#64)

feat(icon): new exclude icon (#64) #39

Workflow file for this run

name: Release
permissions:
contents: write
on:
push:
branches:
- main
- next
- beta
- alpha
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
persist-credentials: false
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 18
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.TOKEN_FOR_GITHUB }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
- name: Deploy to Github Pages
if: github.ref == 'refs/heads/main'
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: fonts