File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 6
6
semver :
7
7
description : ' The semver to use'
8
8
required : true
9
- default : ' prerelease '
9
+ default : ' patch '
10
10
type : choice
11
11
options :
12
12
# - auto
13
- # - patch
14
- # - minor
15
- # - major
16
- - prerelease
13
+ - patch
14
+ - minor
15
+ - major
16
+ # - prerelease
17
17
# - prepatch
18
18
# - preminor
19
19
# - premajor
@@ -53,10 +53,10 @@ jobs:
53
53
sync-semver-tags : true
54
54
access : ' public'
55
55
# This prefix is added before the prerelease number, e.g. `v3.0.0-alpha.0`
56
- prerelease-prefix : ' alpha'
56
+ # prerelease-prefix: 'alpha'
57
57
semver : ${{ github.event.inputs.semver }}
58
58
# Prereleases are published under the `alpha` npm dist-tag
59
- npm-tag : ${{ startsWith(github.event.inputs.semver, 'pre') && 'alpha' || 'latest' }}
59
+ # npm-tag: ${{ startsWith(github.event.inputs.semver, 'pre') && 'alpha' || 'latest' }}
60
60
# Don't notify linked issues
61
61
notify-linked-issues : false
62
62
# optional: set this secret in your repo config for publishing to NPM
You can’t perform that action at this time.
0 commit comments