From fc4fdf866951cb7ba0f08035c24ca485748fa275 Mon Sep 17 00:00:00 2001 From: andriikamaldinov1 Date: Mon, 18 Mar 2024 12:26:58 +0200 Subject: [PATCH] feat(ref: no-ref): test slack notifications --- .github/workflows/gh-pages.yml | 2 +- .releaserc.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 1373eb78..1ebb2f9b 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -79,7 +79,7 @@ jobs: "type": "section", "text": { "type": "mrkdwn", - "text": "Version: `${{ needs.build_and_push_docker_hub.outputs.release_version || 'TBA' }}`" + "text": "Version: `${{ needs.build.outputs.version || 'TBA' }}`" } }, { diff --git a/.releaserc.yaml b/.releaserc.yaml index f46f35db..43b178e0 100644 --- a/.releaserc.yaml +++ b/.releaserc.yaml @@ -1,5 +1,5 @@ branches: - - develop + - feat/versions plugins: - '@semantic-release/commit-analyzer'