Skip to content

fix: add os_family conditional for yum repo #8

fix: add os_family conditional for yum repo

fix: add os_family conditional for yum repo #8

---
# runs on each push to main and is responsible for creating new tags/releases
name: Create Semantic Release
on:
push:
branches:
- main
- master
jobs:
semantic-release:
uses: adfinis/github-workflows-bareos/.github/workflows/semantic-release.yaml@chore/semrel/tagFormat
secrets:
ADFINISBOT_GITHUB_TOKEN: ${{ secrets.ADFINISBOT_GITHUB_TOKEN }}