Skip to content

Release

Release #14

Workflow file for this run

name: Release ${{ inputs.tag_name }}

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

View workflow run for this annotation

GitHub Actions / Release ${{ inputs.tag_name }}

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 1, Col: 7): Unrecognized named-value: 'inputs'. Located at position 1 within expression: inputs.tag_name
on:
workflow_dispatch:
inputs:
tag_name:
description: The tag name to make a GitHub Release for
required: true
type: string
jobs:
go-release:
if: github.ref == 'refs/heads/main'
uses: emmahsax/github-actions/.github/workflows/go-release.yml@main
with:
build_command: task build
files: |
git-helper_darwin_arm64
tag_name: ${{ inputs.tag_name }}
upload: true