Skip to content

Merge pull request #6112 from signalco-io/fix/ui/navigating-button-ref #4190

Merge pull request #6112 from signalco-io/fix/ui/navigating-button-ref

Merge pull request #6112 from signalco-io/fix/ui/navigating-button-ref #4190

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: "[Global] Create new release"
on:
push:
branches: [main, next]
jobs:
release:
name: "[Global] Create new release"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
env:
GITHUB_TOKEN: ${{ secrets.AT_GH_CD_REPO_PAT }}