Skip to content

chore: release @slidev/theme-bricks v0.24.0 #48

chore: release @slidev/theme-bricks v0.24.0

chore: release @slidev/theme-bricks v0.24.0 #48

Workflow file for this run

name: Publish
on:
push:
tags:
- '**'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm i -g pnpm @antfu/ni
- run: nci
- run: nr ci:publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}