From 48c2a08debaa1e1150bd3cfa347921e42835af03 Mon Sep 17 00:00:00 2001 From: Noah Sherwin Date: Sat, 19 Jul 2025 20:23:35 -0700 Subject: [PATCH] docs(README): add `new-release-git-tag` to table --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3b4b83a..cfd5521 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ Currently, the plugin exports the following GitHub Actions's outputs: | ----------------------- | ----------------------------------------------------------------------------------------------------- | | `new-release-published` | Whether a new release was published. The return value is in the form of a string. (`true` or `false`) | | `new-release-version` | If a new release was published, the version of the new release. (e.g. `1.3.0`) | +| `new-release-git-tag` | If a new version is determined, the git tag of the new release. (e.g. `v1.3.0`) | ### GitHub Actions Example