Skip to content

Remove old build submodule #14

Remove old build submodule

Remove old build submodule #14

Workflow file for this run

# name: Tag
# on:
# workflow_dispatch:
# inputs:
# version:
# description: 'Release version (e.g. v0.1.0)'
# required: true
# message:
# description: 'Tag message'
# required: true
# jobs:
# tag:
# uses: upbound/official-providers-ci/.github/workflows/provider-tag.yml@standard-runners
# with:
# version: ${{ github.event.inputs.version }}
# message: ${{ github.event.inputs.message }}