Skip to content

Merge pull request #5 from adfinis/molecule_workflow #9

Merge pull request #5 from adfinis/molecule_workflow

Merge pull request #5 from adfinis/molecule_workflow #9

---
# 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 }}