From 789a65372dbf441b0f54bf9eae5ed049035390a2 Mon Sep 17 00:00:00 2001 From: Marlon Moser Date: Mon, 16 Sep 2024 15:13:19 +0200 Subject: [PATCH] feat: add semrel (and create release) --- .github/workflows/semrel.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/semrel.yaml diff --git a/.github/workflows/semrel.yaml b/.github/workflows/semrel.yaml new file mode 100644 index 0000000..85ffee8 --- /dev/null +++ b/.github/workflows/semrel.yaml @@ -0,0 +1,14 @@ +--- +# 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 + secrets: + ADFINISBOT_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}