From d9c764f106ca8054cb1488e04e42091353c8b230 Mon Sep 17 00:00:00 2001 From: "Geoffrey.C" Date: Fri, 26 Nov 2021 16:00:44 +0800 Subject: [PATCH] docs: complete the description of "last_release_version" in action.yml #82 --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index 7cc65c4..f17903f 100644 --- a/action.yml +++ b/action.yml @@ -38,6 +38,8 @@ outputs: description: 'The distribution channel on which the last release was initially made available (undefined for the default distribution channel).' new_release_notes: description: 'The release notes for the new release.' + last_release_version: + description: 'Version of the previous release, if there was one.' runs: using: 'node12' main: 'index.js'