File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 15
15
ref :
16
16
description : The head branch associated with the pull request.
17
17
required : false
18
- git_tag :
19
- type : choice
20
- description : The git tag associated with the release.
21
- required : true
22
- default : ' latest'
23
- options :
24
- - ' latest'
25
- - ' prerelease'
26
- - ' next'
27
18
28
19
env :
29
20
NODE_OPTIONS : --max_old_space_size=16384
60
51
NPM_TOKEN : ${{ secrets.UMBRACO_PUBLISH_NPM_TOKEN}}
61
52
62
53
- name : Publish package
63
- run : npm run lerna:publish -- --dist-tag ${{ inputs.git_tag }}
54
+ run : npm run lerna:publish
64
55
env :
65
56
NPM_TOKEN : ${{ secrets.UMBRACO_PUBLISH_NPM_TOKEN}}
Original file line number Diff line number Diff line change 33
33
"build" : " lerna run --scope @umbraco-ui/uui-css build && turbo run build" ,
34
34
"build:prod" : " npm run clean && npm run build" ,
35
35
"clean" : " turbo run clean --parallel" ,
36
- "lerna:publish" : " npm run build:prod && npm whoami && lerna publish from-package --yes" ,
36
+ "lerna:publish" : " npm run build:prod && npm whoami && lerna publish from-package --yes --pre-dist-tag prerelease " ,
37
37
"lerna:version" : " lerna version --no-push --exact --conventional-commits --include-merged-tags --sync-workspace-lock" ,
38
38
"lerna:version:rc" : " npm run lerna:version -- --conventional-prerelease --preid rc" ,
39
39
"lerna:changelog" : " npx lerna-changelog" ,
You can’t perform that action at this time.
0 commit comments