From 36a37acef567b8628b3d815fba7e9ac0a388f974 Mon Sep 17 00:00:00 2001 From: Maxim Thomas Date: Mon, 9 Sep 2024 10:36:39 +0300 Subject: [PATCH] Update release.yml to fix doc tag geploy --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 75dd3b73c..916a154f6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -105,8 +105,8 @@ jobs: export REPO_NAME_LC=$(echo '${{github.event.repository.name}}' | tr '[:upper:]' '[:lower:]') export TAG_NAME='${{github.event.repository.name}}-${{ github.event.inputs.releaseVersion }}' cd doc.openidentityplatform.org - git tag -f '${TAG_NAME}' - git push --quiet --force origin '${TAG_NAME}' + git tag -f ${TAG_NAME} + git push --quiet --force origin ${TAG_NAME} release-docker: runs-on: 'ubuntu-latest' needs: @@ -200,4 +200,4 @@ jobs: platforms: linux/amd64,linux/arm64/8, linux/s390x, linux/386, linux/arm/v7, linux/arm/v6, linux/ppc64le push: true tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }}