Skip to content

Merge pull request #6329 from signalco-io/next #4401

Merge pull request #6329 from signalco-io/next

Merge pull request #6329 from signalco-io/next #4401

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