Skip to content

Hangar release

Hangar release #1

Workflow file for this run

name: Hangar release
on: workflow_dispatch
jobs:
version:
name: Detect version
uses: ./.github/workflows/version.yml
upload:
name: Build and upload
needs: version
uses: ./.github/workflows/build.yml
with:
version: ${{ needs.version.outputs.version }}
env:

Check failure on line 15 in .github/workflows/hangar.yml

View workflow run for this annotation

GitHub Actions / Hangar release

Invalid workflow file

The workflow is not valid. .github/workflows/hangar.yml (Line: 15, Col: 5): Unexpected value 'env'
HANGAR_UPLOAD: true
HANGAR_TOKEN: ${{ secrets.HANGAR_TOKEN }}