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 e17f18d commit fa3442d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ jobs:
tag=$(echo "$tag" | cut -c 2-)
echo "tag=$tag" >> $GITHUB_OUTPUT
- name: Build the Docker image
uses: jetli/[email protected]
with:
version: 'latest'
run: |
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 .

0 comments on commit fa3442d

Please sign in to comment.