Skip to content

Commit 204b300

Browse files
committed
update: web js interface variable to match action output
1 parent fa82faf commit 204b300

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipeline-dev-tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
- id: escape-versions
136136
run: |
137137
echo "fdiVersions=$(sed 's/"/\\"/g' <<< '${{ steps.versions.outputs.fdiVersions }}')" | tee -a "$GITHUB_OUTPUT" "$GITHUB_ENV"
138-
echo "webJsVersion=$(sed 's/"/\\"/g' <<< '${{ steps.versions.outputs.webJsVersion }}')" | tee -a "$GITHUB_OUTPUT" "$GITHUB_ENV"
138+
echo "webJsInterfaceVersion=$(sed 's/"/\\"/g' <<< '${{ steps.versions.outputs.webJsInterfaceVersion }}')" | tee -a "$GITHUB_OUTPUT" "$GITHUB_ENV"
139139
140140
- run: |
141141
./hooks/populate-hook-constants.sh
@@ -149,5 +149,5 @@ jobs:
149149
\"version\":\"${{ needs.setup.outputs.packageVersion }}\",
150150
\"name\": \"auth-react\",
151151
\"frontendDriverInterfaces\": ${{ steps.escape-versions.outputs.fdiVersions }},
152-
\"webJsInterface\": \"${{ steps.escape-versions.outputs.webJsVersion }}\"
152+
\"webJsInterface\": \"${{ steps.escape-versions.outputs.webJsInterfaceVersion }}\"
153153
}"

0 commit comments

Comments
 (0)