From cd8147a55c0fe45c8ccce03d0ebba5e33ec7d365 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bojan=20=C4=8Cekrli=C4=87?= Date: Fri, 27 Oct 2023 18:57:28 +0200 Subject: [PATCH] Fix: Fix building of release --- .github/workflows/tags.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tags.yml b/.github/workflows/tags.yml index 9acef8a..b95750b 100644 --- a/.github/workflows/tags.yml +++ b/.github/workflows/tags.yml @@ -232,7 +232,8 @@ jobs: fetch-depth: 0 # Release version setup - - uses: ./.github/actions/get-release-version + - name: version_number + uses: ./.github/actions/get-release-version - name: Checkout gh-pages uses: actions/checkout@v4 @@ -268,6 +269,7 @@ jobs: uses: WyriHaximus/github-action-helm3@v3 with: exec: cd gh-pages && rm -rf .git && helm repo index . --url https://bokysan.github.io/docker-postfix + - name: Upload gh-pages uses: peaceiris/actions-gh-pages@v3 with: