Skip to content

Release (#27)

Release (#27) #14

name: Release Drafter
on:
push:
branches:
- master
pull_request:
types: [opened, reopened, synchronize]
workflow_dispatch:
inputs:
version:
description: 'Release version'
required: true
prerelease:
description: 'Is this a prerelease?'
required: false
default: false
type: boolean
permissions:
contents: write
pull-requests: write
jobs:
build:
uses: axonivy-market/github-workflows/.github/workflows/release-drafter.yml@v4
with:
version: ${{ github.event.inputs.version }}

Check failure on line 25 in .github/workflows/release-drafter.yml

View workflow run for this annotation

GitHub Actions / Release Drafter

Invalid workflow file

The workflow is not valid. .github/workflows/release-drafter.yml (Line: 25, Col: 16): Invalid input, version is not defined in the referenced workflow. .github/workflows/release-drafter.yml (Line: 26, Col: 19): Invalid input, prerelease is not defined in the referenced workflow.
prerelease: ${{ github.event.inputs.prerelease }}