Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

chore: release v0.1.11 #112

chore: release v0.1.11

chore: release v0.1.11 #112

Workflow file for this run

name: Create Release
on:
push:
tags:
- v*
jobs:
build:
name: Create Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 18.x
# - run: npx changelogithub
# env:
# GITHUB_TOKEN: ${{ secrets.ghb_token }}