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 abef81c commit 0a1e147Copy full SHA for 0a1e147
.github/workflows/build.yml
@@ -20,6 +20,8 @@ jobs:
20
if [[ $BRANCH == ver/* ]]; then
21
VER=$(echo $BRANCH | sed 's|build/ver/||')
22
echo ${VER} > VER
23
+ ls
24
+ cat VER
25
fi
26
27
- name: Setup Node.js
0 commit comments