Skip to content

Merging with v1.4.1 #48

Merging with v1.4.1

Merging with v1.4.1 #48

Workflow file for this run

name: On Tag
on:
workflow_dispatch:
inputs:
override_git_describe:
type: string
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
jobs:
staged_upload:
uses: ./.github/workflows/StagedUpload.yml
secrets: inherit
with:
target_git_describe: ${{ inputs.override_git_describe || github.ref_name }}