Skip to content

Commit 49d4f35

Browse files
committed
Add missing stamp input
1 parent f34c74a commit 49d4f35

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ inputs:
1717
description: Defines a few common version variables as environment variables, with a "Git" prefix (e.g. GitBuildVersion, GitBuildVersionSimple, GitAssemblyInformationalVersion).
1818
required: false
1919
default: false
20+
stamp:
21+
description: "The path to a file whose version setting should be changed to match the computed version. Supported file types: `package.json`."
22+
required: false
2023
toolVersion:
2124
description: The version of the nbgv dotnet CLI tool to install and use. If not specified, the default is the latest stable version.
2225
required: false

0 commit comments

Comments
 (0)