Skip to content

Version Tagging

Version Tagging #12

name: Version Tagging
on:
workflow_dispatch:
inputs:
version:
description: "Version to tag"
required: true
jobs:
tag:
uses: singnet/das-scripts-pipeline/.github/workflows/action.yml@master

Check failure on line 12 in .github/workflows/version-tagging.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/version-tagging.yml

Invalid workflow file

error parsing called workflow ".github/workflows/version-tagging.yml" -> "singnet/das-scripts-pipeline/.github/workflows/action.yml@master" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
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"