At present, the tip of the default branch is tagged with the release.
This is not ideal if we want to make releases out of non-default
branches. Use the current commit ID as the input when invoking `cr
upload` so that the releases are tagged correctly.
Signed-off-by: Bharat Kunwar <bharat@stackhpc.com>
Prevents action fails when there are directories detected that do not contain charts.
(e.g. .github)
Signed-off-by: Chris <github.account@chrigel.net>
Fixed: #12
This removes TypeScript and all dependencies and only keeps a simple
Javascript file that does not have any dependencies and can be run
directly. There is not need for an NPM build any more and we just
call a shell script via Javascript.
With this, we no longer have to commit node_modules and Javascript
compiled from TypeScript code. Also, the shell script can easily be run
directly for local testing.
Signed-off-by: Reinhard Naegele <unguiculus@gmail.com>