Skip to content

Commit

Permalink
Update release.yml to fix doc tag geploy
Browse files Browse the repository at this point in the history
  • Loading branch information
maximthomas authored Sep 9, 2024
1 parent 7a9df4e commit 36a37ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 36a37ac

Please sign in to comment.