Skip to content

Commit

Permalink
chore: fix release script
Browse files Browse the repository at this point in the history
Fix release script

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Sep 13, 2022
1 parent 1cf0239 commit e6951d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RELEASE_TOOL_IMAGE="ghcr.io/siderolabs/release-tool:latest"

function release-tool {
docker pull "${RELEASE_TOOL_IMAGE}" >/dev/null
docker run --rm -w /src -v "${PWD}":/src:ro "${RELEASE_TOOL_IMAGE}" -l -d -n ${2} -t "${1}" ./hack/release.toml
docker run --rm -w /src -v "${PWD}":/src:ro "${RELEASE_TOOL_IMAGE}" -l -d -n -t "${1}" ./hack/release.toml
}

function changelog {
Expand Down

0 comments on commit e6951d3

Please sign in to comment.