Skip to content

Release Steampipe Anywhere Components #9

Release Steampipe Anywhere Components

Release Steampipe Anywhere Components #9

name: Release Steampipe Anywhere Components
on:
push:
tags:
- 'v*'
workflow_dispatch:
inputs:
version:
description: "The version to release (must be prefixed with 'v')"
required: true
jobs:
anywhere_publish_workflow:
uses: turbot/steampipe-workflows/.github/workflows/steampipe-anywhere.yml@main
secrets: inherit