Skip to content

fix: fix integrity missing cross origin anonymous (#69) #28

fix: fix integrity missing cross origin anonymous (#69)

fix: fix integrity missing cross origin anonymous (#69) #28

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@23