diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml new file mode 100644 index 0000000..2e99acc --- /dev/null +++ b/.github/workflows/semantic-release.yaml @@ -0,0 +1,13 @@ +--- +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 }}