Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Release 1.23.4

Release 1.23.4 #5

name: release
on:
release:
types: [published]
permissions:
contents: read
jobs:
release:
uses: alpine-ros/alpine-ros-ci-workflows/.github/workflows/alpine-ros1-release.yaml@main
with:
release-ref: ${{ github.event.release.tag_name }}
source-branch: master
git-user: Atsushi Watanabe
git-email: [email protected]
dry-run: false
secrets:
token: ${{ secrets.BLOOM_GITHUB_TOKEN }}