Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leontiad committed Aug 13, 2024
1 parent fa3442d commit 19aff7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ jobs:
tag=$(echo "$release" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
tag=$(echo "$tag" | cut -c 2-)
echo "tag=$tag" >> $GITHUB_OUTPUT
- name: Build the Docker image
- name: Install wasm pack
uses: jetli/[email protected]
with:
version: 'latest'
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
echo ${{ steps.version.outputs.tag }}
./ci/build-npm-packages.sh -v ${{ steps.version.outputs.tag }}
# docker build -t wasm-ll --build-arg VER=0.0.0 -f Dockerfile.wasm .
Expand Down

0 comments on commit 19aff7d

Please sign in to comment.