Skip to content

Merge pull request #22 from datafold/gerard-p-3645-poc-vertical-pod-a… #19

Merge pull request #22 from datafold/gerard-p-3645-poc-vertical-pod-a…

Merge pull request #22 from datafold/gerard-p-3645-poc-vertical-pod-a… #19

Workflow file for this run

name: Build and release
on:
push:
branches:
- main
paths:
- '*.tf'
- '**/*.tf'
- '.github/workflows/release.yaml'
jobs:
build:
name: Release
runs-on: ubuntu-latest
if: github.repository_owner == 'datafold'
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
token: ${{ secrets.DATAFOLD_RELEASE_TOKEN }}
persist-credentials: false
- name: Release
uses: cycjimmy/semantic-release-action@v4
with:
semantic_version: 19.0.2
extra_plugins: |
@semantic-release/[email protected]
@semantic-release/[email protected]
[email protected]
env:
GITHUB_TOKEN: ${{ secrets.DATAFOLD_RELEASE_TOKEN }}