From 38c45a92cedd8e7120de9b6f302dcd24c05cf700 Mon Sep 17 00:00:00 2001 From: Lucas Bickel <116588+hairmare@users.noreply.github.com> Date: Mon, 4 Mar 2024 13:10:22 +0100 Subject: [PATCH] chore(ci): configure semantic releasing (#74) --- .github/workflows/semantic-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index 00028b0..72d2b41 100644 --- a/.github/workflows/semantic-release.yaml +++ b/.github/workflows/semantic-release.yaml @@ -7,7 +7,7 @@ on: - release/* jobs: - call-workflow: - uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.20.6 + semantic-release: + uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.20.7 secrets: RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}