Skip to content

Merge branch 'dev' of https://github.com/everfu/hexo-theme-solitude i… #4

Merge branch 'dev' of https://github.com/everfu/hexo-theme-solitude i…

Merge branch 'dev' of https://github.com/everfu/hexo-theme-solitude i… #4

Workflow file for this run

# .github/workflows/release.yml
name: Release
permissions:
contents: write
on:
push:
tags:
- 'v*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set node
uses: actions/setup-node@v4
with:
registry-url: https://registry.npmjs.org/
node-version: lts/*
- run: npx changelogithub # or [email protected] if ensure the stable result
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}