Skip to content

Perform 4.26.0-RC2 Release #45

Perform 4.26.0-RC2 Release

Perform 4.26.0-RC2 Release #45

Workflow file for this run

name: Release
run-name: Perform ${{github.event.inputs.tag || github.ref_name}} Release
on:
push:
tags:
- '*'
workflow_dispatch:
inputs:
tag:
description: 'Tag to release'
required: true
permissions:
attestations: write
id-token: write
# Needed for the publish-* workflows
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
perform-release:
name: Perform Release
uses: smallrye/.github/.github/workflows/perform-release.yml@main
secrets: inherit
with:
version: ${{github.event.inputs.tag || github.ref_name}}
deploy-site:
name: GitHub Pages
needs: perform-release
uses: ./.github/workflows/push-deploy-docs.yml
with:
version: ${{github.event.inputs.tag || github.ref_name}}

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

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 37, Col: 22): Invalid input, version is not defined in the referenced workflow.