Skip to content

build: publish v1.0.0-rc.90 #12

build: publish v1.0.0-rc.90

build: publish v1.0.0-rc.90 #12

Workflow file for this run

name: Add Release Tag
on:
push:
tags:
- v*
jobs:
release:
if: github.repository == 'pengzhanbo/vuepress-theme-plume'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20.x
- run: npx changelogithub
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}