Skip to content

Commit cf4223a

Browse files
committed
Improve asgardeo docs release workflow
1 parent dc5f580 commit cf4223a

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)