Skip to content

Commit

Permalink
Remove v tag for HB
Browse files Browse the repository at this point in the history
  • Loading branch information
Baltoli committed Jun 24, 2024
1 parent 5070430 commit 16643a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/with-k-docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ runs:
--repo runtimeverification/haskell-backend \
--pattern "*ubuntu_${BASE_DISTRO}.deb" \
--output "${HASKELL_BACKEND_DEB_PATH}" \
v$(cat deps/haskell-backend_release)
$(cat deps/haskell-backend_release)
docker build . \
--file ${DOCKERFILE} \
Expand Down

0 comments on commit 16643a7

Please sign in to comment.