We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f1728 commit 955baddCopy full SHA for 955badd
.github/workflows/release.yml
@@ -96,7 +96,7 @@ jobs:
96
exit 1
97
fi
98
# Check in appserver/static/javascript/setup_page.js
99
- # Example: version=1.0.6
+ # Example: v=v1.0.6
100
JS_VERSION=$(sed -n 's/urlArgs\: "v=v\(.*\)"/\1/p' appserver/static/javascript/setup_page.js | sed 's/ //g' | tr -d '\r')
101
if [[ $JS_VERSION == "${{ env.VERSION_NUMBER }}" ]]
102
then
0 commit comments