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 259957f commit ac39c01Copy full SHA for ac39c01
1 file changed
.github/workflows/build.yml
@@ -166,6 +166,11 @@ jobs:
166
env:
167
DEBIAN_FRONTEND: noninteractive
168
run: |
169
+ echo "Using values:"
170
+ echo "PKG_VERSION: $PKG_VERSION"
171
+ echo "PKG_VERSION_STRICT: $PKG_VERSION_STRICT"
172
+ echo "GITHUB_SHA: $GITHUB_SHA"
173
+ ehco "GITHUB_REF_NAME: $GITHUB_REF_NAME"
174
echo "Running build script..."
175
chmod +x ./dev/deploy/build.sh
176
sh ./dev/deploy/build.sh
0 commit comments