Skip to content

Commit 7c4cd2e

Browse files
authored
Update release.yml to fix doc tag geploy
1 parent 2af7ce2 commit 7c4cd2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ jobs:
105105
export REPO_NAME_LC=$(echo '${{github.event.repository.name}}' | tr '[:upper:]' '[:lower:]')
106106
export TAG_NAME='${{github.event.repository.name}}-${{ github.event.inputs.releaseVersion }}'
107107
cd doc.openidentityplatform.org
108-
git tag -f '${TAG_NAME}'
109-
git push --quiet --force origin '${TAG_NAME}'
108+
git tag -f ${TAG_NAME}
109+
git push --quiet --force origin ${TAG_NAME}
110110
111111
release-docker:
112112
name: Docker release
@@ -203,4 +203,4 @@ jobs:
203203
platforms: linux/amd64, linux/s390x, linux/386, linux/arm/v7, linux/arm/v6, linux/ppc64le ,linux/arm64/8
204204
push: true
205205
tags: ${{ steps.meta.outputs.tags }}
206-
labels: ${{ steps.meta.outputs.labels }}
206+
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)