We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b09d453 commit e62ba3fCopy full SHA for e62ba3f
1 file changed
.github/workflows/build.yml
@@ -90,6 +90,7 @@ jobs:
90
grunt dist
91
cp -r dist/. ../ietf/static/ietf/bootstrap/
92
cd ..
93
+ ls -a ietf/static/ietf
94
echo "Using version $PKG_VERSION_STRICT"
95
sed -i -r -e "s/^__version__ += '.*'$/__version__ = '$PKG_VERSION_STRICT'/" ietf/__init__.py
96
echo "Build release tarball... (this could take a while)"
0 commit comments