Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

chore: release v0.1.0 #17

chore: release v0.1.0

chore: release v0.1.0 #17

Workflow file for this run

name: Release
on:
push:
tags:
- 'v*'
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
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}