Skip to content

chore: update ci

chore: update ci #18

Workflow file for this run

name: Release
on:
push:
branches:
- master
workflow_dispatch:
jobs:
semantic-release:
runs-on: ubuntu-latest
concurrency: release
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
env:
GITHUB_TOKEN: ${{ secrets.PAT }}