File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,32 +26,32 @@ inputs:
2626 description : ' The default release type that should be used when no tags are detected. Defaults to major. Accepted values: major|minor|patch'
2727 required : false
2828 default : ' major'
29-
29+
3030outputs :
3131 NEXT_VERSION :
3232 description : ' The calculated next version.'
33-
33+
3434 NEXT_VERSION_NO_PREFIX :
3535 description : ' The calculated next version without the tag prefix.'
36-
36+
3737 NEXT_MINOR_VERSION :
3838 description : ' The next major.minor version.'
39-
39+
4040 NEXT_MINOR_VERSION_NO_PREFIX :
4141 description : ' The next major.minor version without the tag prefix.'
42-
42+
4343 NEXT_MAJOR_VERSION :
4444 description : ' The next major version.'
45-
45+
4646 NEXT_MAJOR_VERSION_NO_PREFIX :
4747 description : ' The next major version without the tag prefix.'
48-
48+
4949 PRIOR_VERSION :
5050 description : ' The previous major.minor.patch version.'
51-
51+
5252 PRIOR_VERSION_NO_PREFIX :
5353 description : ' The previous major.minor.patch version without the tag prefix.'
5454
5555runs :
56- using : ' node16 '
56+ using : ' node20 '
5757 main : ' dist/index.js'
You can’t perform that action at this time.
0 commit comments