Skip to content

ci(molecule): update molecule workflow #13

ci(molecule): update molecule workflow

ci(molecule): update molecule workflow #13

---
# 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@v0.1.0
secrets:
ADFINISBOT_GITHUB_TOKEN: ${{ secrets.ADFINISBOT_GITHUB_TOKEN }}