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}}