Skip to content

1.4.1

1.4.1 #15

Workflow file for this run

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