Skip to content

Commit 784aa05

Browse files
authored
Merge pull request #4117 from ashensw/asgardeo-docs
Improve asgardeo docs release workflow
2 parents 91e4353 + dc5f580 commit 784aa05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-asgardeo-docs.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ jobs:
9696
- name: Update Downstream Repository Version
9797
run: |
9898
set -euxo pipefail
99-
VERSION_FILE_PATH="${GIT_REPO_NAME}/cd-pipelines/docs/dev-setup-variables.yaml"
99+
VERSION_FILE_PATH="$GITHUB_WORKSPACE/$GIT_REPO_NAME/cd-pipelines/docs/dev-setup-variables.yaml"
100+
100101
echo "VERSION_FILE_PATH: $VERSION_FILE_PATH"
101102
VERSION_LINE_PREFIX='GITHUB_RELEASE_TAG: v' # Line prefix to identify the version line
102103

0 commit comments

Comments
 (0)