You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`INPUT_TARGET_BRANCH` -> The merge request target branch. Defaults to current branch
32
+
-`INPUT_CREATE_GITLAB_RELEASES` - A boolean value to indicate whether to create Gitlab releases after publish or not. Default true.
33
33
34
34
### Outputs
35
35
36
-
-published - A boolean value to indicate whether a publishing is happened or not
37
-
-publishedPackages - A JSON array to present the published packages. The format is `[{"name": "@xx/xx", "version": "1.2.0"}, {"name": "@xx/xy", "version": "0.8.9"}]`
36
+
-`PUBLISHED` - A boolean value to indicate whether a publishing is happened or not
37
+
-`PUBLISHED_PACKAGES` - A JSON array to present the published packages. The format is `[{"name": "@xx/xx", "version": "1.2.0"}, {"name": "@xx/xy", "version": "0.8.9"}]`
0 commit comments