Skip to content

ci: use reusable workflows #2

ci: use reusable workflows

ci: use reusable workflows #2

---
# runs on each push to main and is responsible for creating new tags/releases
name: Create Semantic Release
on:
push:
branches:
- main
jobs:
semantic-release:
uses: adfinis/github-workflows-bareos/blob/main/.github/workflows/ansible-role.yaml@main

Check failure on line 12 in .github/workflows/semantic-release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/semantic-release.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be prefixed with format 'owner/repository/' or './' for local workflows
secrets: inherit