Skip to content

fix(obs): build (#2721) #488

fix(obs): build (#2721)

fix(obs): build (#2721) #488

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