Skip to content

Commit 868c9f0

Browse files
committed
Fix filename.
1 parent 49a8f48 commit 868c9f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
if [[ "${ref}" == "master" ]]; then
5858
# Label the current spec version.
5959
commit_hash=$(git rev-parse --short HEAD)
60-
sed -i -r "/^---$/,/^---$/s/(version: .*)/\1 (Git commit ${commit_hash})/g" lock_spec.ocp
60+
sed -i -r "/^---$/,/^---$/s/(version: .*)/\1 (Git commit ${commit_hash})/g" spec.ocp
6161
fi
6262
6363
/usr/bin/build.sh \

0 commit comments

Comments
 (0)