Skip to content

Merge pull request #6441 from signalco-io/renovate/pigeon-maps-0.x #4512

Merge pull request #6441 from signalco-io/renovate/pigeon-maps-0.x

Merge pull request #6441 from signalco-io/renovate/pigeon-maps-0.x #4512

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