Skip to content

1.0.2

1.0.2 #2

Workflow file for this run

name: bloom-release
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
jobs:
bloom-release:
if: github.repository_owner == 'LCAS'
uses: LCAS/docker-dpkg-build/.github/workflows/bloom-release.yaml@master
with:
ros_distro: humble
track: humble
repo: "sandbox"
secrets:
GH_API_TOKEN: ${{ secrets.GH_API_TOKEN }}