Skip to content

fix(doc): trigger deploy (#2742) #507

fix(doc): trigger deploy (#2742)

fix(doc): trigger deploy (#2742) #507

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 }}