diff --git a/entrypoint.sh b/entrypoint.sh index 9f43f89..fc29a98 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -125,6 +125,7 @@ then fi # get current commit hash for tag +# Quick comment to test workflow tag_commit=$(git rev-list -n 1 "$tag" || true ) # get current commit hash commit=$(git rev-parse HEAD)