Skip to content

Create Release

Create Release #67

Workflow file for this run

# Create a draft release and build and upload all installers to it.
name: Create Release
on:
workflow_dispatch:
inputs:
commitish_to_release:
type: string
description: 'Enter commit hash or branch to release (default: main).'
default: "main"
jobs:
create-release:
uses: MannLabs/alphashared/.github/workflows/create_release.yml@v1

Check failure on line 14 in .github/workflows/create_release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/create_release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/create_release.yml" -> "MannLabs/alphashared/.github/workflows/create_release.yml@v1" (source tag with sha:1b508c38efa6258a7ec0a570e0f390d3db3c0b5e) --> "./.github/workflows/_create_artifact.yml" (source tag with sha:1b508c38efa6258a7ec0a570e0f390d3db3c0b5e) : You have an error in your yaml syntax on line 179
secrets: inherit
permissions:
contents: write
with:
package_name: alphadia
commitish_to_release: ${{ inputs.commitish_to_release }}
build_nodejs_ui: true
test_app: false