From 72ee99425cf915b2cb682732091b63ec56ba233b Mon Sep 17 00:00:00 2001 From: Artem Rys Date: Wed, 8 May 2024 14:20:04 +0200 Subject: [PATCH] ci: use proper action for a release (#16) Fixes https://github.com/splunk/wfe-test-runner-action/actions/runs/9000623373/job/24725180603 --- .github/workflows/main.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 50d1351..0f2b7db 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -88,15 +88,14 @@ jobs: labels: ${{ steps.docker_action_meta.outputs.labels }} cache-to: type=inline - - name: Semantic Release - uses: cycjimmy/semantic-release-action@v3.1.1 - with: - semantic_version: 19.0.2 - extra_plugins: | - @semantic-release/exec - @semantic-release/git + - uses: splunk/semantic-release-action@v1.3 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN_ADMIN }} + with: + git_committer_name: ${{ secrets.SA_GH_USER_NAME }} + git_committer_email: ${{ secrets.SA_GH_USER_EMAIL }} + gpg_private_key: ${{ secrets.SA_GPG_PRIVATE_KEY }} + passphrase: ${{ secrets.SA_GPG_PASSPHRASE }} update-semver: name: Move Respository semver tags