Skip to content

Merge branch 'main' into test #14

Merge branch 'main' into test

Merge branch 'main' into test #14

Workflow file for this run

name: Release
on:
push:
branches:
- test
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout source (release target)
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Perform release [${{ github.ref_name }}]
uses: cycjimmy/semantic-release-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}