Skip to content

Commit 3e338d2

Browse files
authored
Merge pull request #4118 from ashensw/asgardeo-docs
Improve asgardeo docs release workflow
2 parents 393acc5 + cf4223a commit 3e338d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
112112
# Replacing the current version line with the new version line
113113
NEW_VERSION_LINE="${VERSION_LINE_PREFIX}${{ env.NEW_VERSION }}"
114-
sed -i "s|$CURRENT_VERSION_LINE|$NEW_VERSION_LINE|" "$VERSION_FILE_PATH"
114+
sed -i 's|'"${CURRENT_VERSION_LINE}"'|'"${NEW_VERSION_LINE}"'|' "$VERSION_FILE_PATH"
115115
116116
# Verifying if the file has changed, and if so, committing and pushing it
117117
if git status --porcelain; then

0 commit comments

Comments
 (0)