feat(action): add output for the latest version (#12)

* feat: output `version` of the latest release

* update readme
This commit is contained in:
Nicolas Hedger
2023-11-12 23:16:39 +01:00
committed by GitHub
parent 9158b31444
commit b7913b6646
5 changed files with 15 additions and 1 deletions

View File

@@ -13,4 +13,6 @@ COPY README.md /
COPY LICENSE /
COPY entrypoint.sh /entrypoint.sh
RUN apt-get update && apt-get install -y jq && rm -rf /var/lib/apt/lists/*
ENTRYPOINT ["/entrypoint.sh"]