Skip to content

Commit 955badd

Browse files
ci(release): Fix comment [skip ci]
1 parent e8f1728 commit 955badd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
exit 1
9797
fi
9898
# Check in appserver/static/javascript/setup_page.js
99-
# Example: version=1.0.6
99+
# Example: v=v1.0.6
100100
JS_VERSION=$(sed -n 's/urlArgs\: "v=v\(.*\)"/\1/p' appserver/static/javascript/setup_page.js | sed 's/ //g' | tr -d '\r')
101101
if [[ $JS_VERSION == "${{ env.VERSION_NUMBER }}" ]]
102102
then

0 commit comments

Comments
 (0)