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'