Skip to content

Commit f25d830

Browse files
Doug DyrengDoug Dyreng
authored andcommitted
03Apr2024-120547
1 parent 8b5e14a commit f25d830

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

action.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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+
3030
outputs:
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

5555
runs:
56-
using: 'node16'
56+
using: 'node20'
5757
main: 'dist/index.js'

0 commit comments

Comments
 (0)