Skip to content

Feat/dbt add dashboard tables (#2718) #496

Feat/dbt add dashboard tables (#2718)

Feat/dbt add dashboard tables (#2718) #496

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