From a2815f87fcf7c5a711887af9e5b1d28486c6e8f9 Mon Sep 17 00:00:00 2001 From: Qinhang Li Date: Wed, 30 Oct 2024 13:18:25 -0700 Subject: [PATCH] Update tag to 0.0.4 (#20) This PR won't be merged until new release of `0.0.4` is created Update: Release v0.0.4 is now done: https://github.com/google-github-actions/send-google-chat-webhook/actions/runs/11600922899 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ef443dd..7329b63 100644 --- a/action.yml +++ b/action.yml @@ -32,7 +32,7 @@ runs: BINARY_NAME: "send-google-chat-webhook" # manully update VERSION after each release # VERSION should not contain v. - VERSION: "0.0.2" + VERSION: "0.0.4" run: |- case "${RUNNER_OS}" in "Linux")