Skip to content

Version Tagging

Version Tagging #3

Workflow file for this run

name: Version Tagging
on:
workflow_dispatch:
inputs:
version:
description: "Version to tag"
required: true
workflow_run:
workflows: ["Publish to PyPI"]
types:
- completed
jobs:
tag:
uses: singnet/das-scripts-pipeline/.github/workflows/action.yml@rl/semantic-versioning
with:
version: ${{ github.event.inputs.version }}
version-strategy: bump-version-from-variable-value
job-image-namespace: trueagi
job-image-version-semver: semantic-versioning
main-branch: master
version-tag-regex-pattern: /^v\d+\.\d+\.\d+$/
version-require-confirmation: "true"