ci: use local bootstrap for release
This commit is contained in:
parent
0c50770efd
commit
1e4dd0f15e
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -83,6 +83,13 @@ jobs:
|
|||
run: |
|
||||
echo "Installing NPM dependencies..."
|
||||
npm install
|
||||
npm install -g grunt-cli
|
||||
cd bootstrap
|
||||
npm install
|
||||
echo "Generating bootstrap files..."
|
||||
grunt dist
|
||||
cp -r dist/. ../ietf/static/ietf/bootstrap/
|
||||
cd ..
|
||||
echo "Using version $PKG_VERSION_STRICT"
|
||||
sed -i -r -e "s/^__version__ += '.*'$/__version__ = '$PKG_VERSION_STRICT'/" ietf/__init__.py
|
||||
echo "Build release tarball... (this could take a while)"
|
||||
|
|
Loading…
Reference in a new issue