Skip to content

Merge pull request #13 from data-platform-hq/support_identity_block #11

Merge pull request #13 from data-platform-hq/support_identity_block

Merge pull request #13 from data-platform-hq/support_identity_block #11

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
branches:
- main
- master
paths:
- '**/*.tpl'
- '**/*.py'
- '**/*.tf'
- '.github/workflows/release.yml'
jobs:
release:
name: Release
runs-on: ubuntu-latest
# Skip running release workflow on forks
if: github.repository_owner == 'data-platform-hq'
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Release
uses: cycjimmy/semantic-release-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}