Skip to content

fix: upgrade svgdom from 0.1.11 to 0.1.14 #30

fix: upgrade svgdom from 0.1.11 to 0.1.14

fix: upgrade svgdom from 0.1.11 to 0.1.14 #30

name: Semantic Release
on:
push:
branches:
- master
- next
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- run: yarn install
- run: yarn build
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}