Skip to content

release

release #18

Workflow file for this run

name: release
on:
workflow_dispatch:
inputs:
tag:
description: 'Annotated tag name'
required: true
message:
description: 'Annotated tag message'
required: true
jobs:
release:
uses: ./.github/workflows/package.yml

Check failure on line 15 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / release

Invalid workflow file

error parsing called workflow ".github/workflows/release.yml" -> "./.github/workflows/package.yml" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
tag: ${{ inputs.tag }}
message: ${{ inputs.message }}
secrets: inherit