Skip to content

🚀 Deploy Version

🚀 Deploy Version #2

Workflow file for this run

name: 🚀 Deploy Version
on:
workflow_dispatch:
jobs:
deploy:
if: startsWith(github.ref, 'refs/tags/')
uses: engine3d-dev/ci/.github/workflows/deploy.yml@main

Check failure on line 9 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

error parsing called workflow ".github/workflows/deploy.yml" -> "engine3d-dev/ci/.github/workflows/deploy.yml@main" (source branch with sha:b0fea7059b739833832dcaf890be51f152467a61) : workflow is not reusable as it is missing a `on.workflow_call` trigger
with:
compiler: gcc
version: ${{ github.ref_name }}
arch: x86_64
compiler_version: 12.3
compiler_package: ""
os: Linux
secrets: inherit