Skip to content

chore: release @slidev/theme-default v0.22.1 #45

chore: release @slidev/theme-default v0.22.1

chore: release @slidev/theme-default v0.22.1 #45

Workflow file for this run

name: Publish
on:
push:
tags:
- '**'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: '14'
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}}