Skip to content

Release and push

Release and push #20

Workflow file for this run

name: Release and push
on:
workflow_dispatch:
inputs:
push:
required: false
type: boolean
description: Pushes the release commit and tag. Disable this to perform a dry-run.
default: true
jobs:
bump:
uses: observeinc/.github/.github/workflows/terraform_release.yaml@main
secrets: inherit
with:
release-count: 1
push: ${{ inputs.push }}