We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91e4353 + dc5f580 commit 784aa05Copy full SHA for 784aa05
.github/workflows/release-asgardeo-docs.yml
@@ -96,7 +96,8 @@ jobs:
96
- name: Update Downstream Repository Version
97
run: |
98
set -euxo pipefail
99
- 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"
100
+
101
echo "VERSION_FILE_PATH: $VERSION_FILE_PATH"
102
VERSION_LINE_PREFIX='GITHUB_RELEASE_TAG: v' # Line prefix to identify the version line
103
0 commit comments