Skip to content

Revert "fix(theme): fix serving and exporting local themes (#537)" #6

Revert "fix(theme): fix serving and exporting local themes (#537)"

Revert "fix(theme): fix serving and exporting local themes (#537)" #6

Workflow file for this run

name: Main
on:
push:
branches:
- master
jobs:
release:
runs-on: ubuntu-latest
name: Release
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
- run: npm ci
- run: npm run lint
- run: npm run test
- name: Run semantic-release
uses: cycjimmy/semantic-release-action@v4
with:
extra_plugins: |
conventional-changelog-conventionalcommits@7.0.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}