Skip to content

🚀 Deploy

🚀 Deploy #6

Workflow file for this run

name: 🚀 Deploy
on:
workflow_dispatch:
jobs:
deploy:
if: startsWith(github.ref, 'refs/tags/')
uses: libhal/ci/.github/workflows/[email protected]
with:
version: ${{ github.ref_name }}
secrets: inherit