Skip to content

feat: improve tf workflow to not checkout current repo twice #4

feat: improve tf workflow to not checkout current repo twice

feat: improve tf workflow to not checkout current repo twice #4

---
name: Semantic Release
on:
push:
branches:
- main
jobs:
call-reusable-release:
uses: xebis/github-actions-and-workflows/.github/workflows/semantic-release.yaml@main
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}