Skip to content

Release new version from develop #1

Release new version from develop

Release new version from develop #1

name: Release new version from develop
on:
workflow_dispatch:
inputs:
component:
description: 'Semantic version component to bump'
type: choice
required: true
options:
- 'patch'
- 'minor'
- 'major'
default: 'patch'
jobs:
release:
uses: customerio/gist-workflows/.github/workflows/release_version.yml@master

Check failure on line 18 in .github/workflows/release_version.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release_version.yml

Invalid workflow file

error parsing called workflow ".github/workflows/release_version.yml" -> "customerio/gist-workflows/.github/workflows/release_version.yml@master" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
with:
component: ${{ inputs.component }}