Skip to content

Open a Release PR

Open a Release PR #2

name: Open a Release PR
on:
workflow_dispatch:
inputs:
bump:
description: Release Level
required: true
type: choice
options:
- patch
- minor
- major
jobs:
call-reusable-workflow:
uses: Lagrange-Labs/shared-github-actions/.github/workflows/rust-prepare-release.yaml@main

Check failure on line 17 in .github/workflows/prepare-release.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/prepare-release.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/prepare-release.yaml" -> "Lagrange-Labs/shared-github-actions/.github/workflows/rust-prepare-release.yaml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
bump: ${{ inputs.bump }}
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}