Skip to content

feat: add semrel (and create release) #1

feat: add semrel (and create release)

feat: add semrel (and create release) #1

Workflow file for this run

---
# 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/semrel.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/semrel.yaml

Invalid workflow file

invalid value workflow reference: references to workflows must be prefixed with format 'owner/repository/' or './' for local workflows
secrets:
ADFINISBOT_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}