Skip to content

ci(github-actions): fix commitlint help url config (#48) #11

ci(github-actions): fix commitlint help url config (#48)

ci(github-actions): fix commitlint help url config (#48) #11

Workflow file for this run

name: Release
on:
push:
branches: [main, next, next-major, beta, alpha, '[0-9]+.x']
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@v4
with:
node-version-file: ".nvmrc"
- name: Install dependencies
run: npm ci
- name: Package
uses: montudor/action-zip@v1
with:
args: zip -r brisk.zip site/ theme/ LICENSE
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release