Skip to content

fix: tag convention in ci/cd #1

fix: tag convention in ci/cd

fix: tag convention in ci/cd #1

Workflow file for this run

name: Release
permissions:
contents: write
on:
push:
tags:
- "*"
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 16.x
- run: npx changelogithub@0.12
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}