Skip to content

Release

Release #1

Workflow file for this run

name: Release bundles
on:
workflow_dispatch:
inputs:
version:
description: "The version to release, without the leading `v`"
required: true
type: string
previous_version:
description: "The previous version, used for the CVS's `replaces` field, without the leading `v`"
required: true
type: string
jobs:
make_rh_community_bundle:
uses: medik8s/.github/.github/workflows/release_rh_community_bundle.yml@main

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

View workflow run for this annotation

GitHub Actions / Release bundles

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 16, Col: 11): Input skip_range_lower is required, but not provided while calling.
secrets: inherit
with:
version: ${{ inputs.version }}
previous_version: ${{ inputs.previous_version }}