Skip to content

Commit

Permalink
Merge pull request #4117 from ashensw/asgardeo-docs
Browse files Browse the repository at this point in the history
Improve asgardeo docs release workflow
  • Loading branch information
ashensw authored Nov 10, 2023
2 parents 91e4353 + dc5f580 commit 784aa05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-asgardeo-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ jobs:
- name: Update Downstream Repository Version
run: |
set -euxo pipefail
VERSION_FILE_PATH="${GIT_REPO_NAME}/cd-pipelines/docs/dev-setup-variables.yaml"
VERSION_FILE_PATH="$GITHUB_WORKSPACE/$GIT_REPO_NAME/cd-pipelines/docs/dev-setup-variables.yaml"
echo "VERSION_FILE_PATH: $VERSION_FILE_PATH"
VERSION_LINE_PREFIX='GITHUB_RELEASE_TAG: v' # Line prefix to identify the version line
Expand Down

0 comments on commit 784aa05

Please sign in to comment.