Skip to content

chore: release v0.54.1 #79

chore: release v0.54.1

chore: release v0.54.1 #79

Workflow file for this run

name: Release
permissions:
contents: write
on:
push:
tags:
- 'v*'
# on:
# push:
# branches:
# - main
# - master
# release:
# types: [created]
# # workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 18.x
registry-url: 'https://registry.npmjs.org'
- run: npm version
- run: npx changelogithub
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}