From d3b4728bcc2465f76681e56d6cf7636346014946 Mon Sep 17 00:00:00 2001 From: Christian Stein Date: Tue, 30 Mar 2021 14:01:36 +0200 Subject: [PATCH] Update README.adoc --- README.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.adoc b/README.adoc index ffe274b..cc9c5c1 100644 --- a/README.adoc +++ b/README.adoc @@ -87,6 +87,9 @@ Following inputs can be used as `step.with` keys | version | String | early-access | The JReleaser version to use. + Should match any of the link:https://github.com/jreleaser/jreleaser/releases[published releases]. | arguments | String | full-release | The JReleaser command to run. +| working-directory | String | ${{ github.workspace }} | The directory to change into. + +Defaults to the directory the calling workflow runs in. +| |=== == Environment Variables