Skip to content

fix: migrate command config to decorator (#2767) #534

fix: migrate command config to decorator (#2767)

fix: migrate command config to decorator (#2767) #534

Workflow file for this run

name: 'Release'
on:
push:
branches: [main]
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
with:
branches: |
[
'main'
]
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN_RELEASE }}