File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 16
16
description : Whether the package should be published or not
17
17
required : true
18
18
type : boolean
19
+ release :
20
+ description : Whether the package should be packaged as a release or not
21
+ required : false
22
+ type : boolean
23
+ default : true
19
24
jfrog_deployment :
20
25
description : If the Python package should be pushed on Ledger Jfrog or not.
21
26
Ignored if `publish` is `false`.
@@ -109,7 +114,7 @@ jobs:
109
114
path : ${{ inputs.package_directory }}/dist
110
115
111
116
- name : Publish a release on the repo
112
- if : ${{ success() && inputs.publish }}
117
+ if : ${{ success() && inputs.publish && inputs.release }}
113
118
uses : " marvinpinto/action-automatic-releases@latest"
114
119
with :
115
120
automatic_release_tag : " v${{ env.TAG_VERSION }}"
You can’t perform that action at this time.
0 commit comments