Skip to content

5.8.3

5.8.3 #25

Workflow file for this run

name: 🚀 Deploy
on:
workflow_dispatch:
release:
types: [published]
jobs:
deploy_v5:
if: startsWith(github.ref, 'refs/tags/')
uses: libhal/ci/.github/workflows/package_and_upload_all.yml@5.x.y
with:
dir: v5
version: ${{ github.ref_name }}
secrets: inherit