Skip to content

Jandex Release

Jandex Release #39

Workflow file for this run

name: Jandex Release
run-name: Release ${{github.event.inputs.tag || github.ref_name}}
on:
push:
tags:
- '*'
workflow_dispatch:
inputs:
tag:
description: 'Tag to release'
required: true
permissions:
attestations: write
id-token: write
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}}
github-pages:
name: GitHub Pages
needs: perform-release
uses: ./.github/workflows/pages.yml

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

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/release.yml" -> "./.github/workflows/pages.yml" (source tag with sha:0723c530e78dfe9221e4fd3295df7bc4cad12199) : workflow is not reusable as it is missing a `on.workflow_call` trigger