Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit d24194f

Browse files
committed
Added missing prefix
1 parent 9abb9e3 commit d24194f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
mkdir -p helper helper/var/cache helper/var/lib
4242
helper/usr/local/bin/docker-setup --prefix "$PWD/helper" update
43-
helper/usr/local/bin/docker-setup install semver
43+
helper/usr/local/bin/docker-setup --prefix "$PWD/helper" install semver
4444
TAG="${GITHUB_REF#refs/tags/}"
4545
echo "::set-output name=tag::${TAG}"
4646
echo "::set-output name=version::${TAG#v}"

0 commit comments

Comments
 (0)