Skip to content

🚀 Deploy Version #13

🚀 Deploy Version

🚀 Deploy Version #13

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 / 🚀 Deploy Version

Invalid workflow file

The workflow is not valid. .github/workflows/deploy.yml (Line: 9, Col: 11): Input compiler is required, but not provided while calling.
with:
version: ${{ github.ref_name }}
arch: x86_64
os: Linux
secrets: inherit