Skip to content

Commit a0b76e8

Browse files
authored
Automatically publish release notes on tag (#185)
1 parent 78d3e80 commit a0b76e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ jobs:
140140
with:
141141
minor-label: "enhancement"
142142
major-label: "change"
143+
publish: ${{ github.ref_type == 'tag' }}
143144
variables: |
144145
nic_version=${{ steps.vars.outputs.chart_version }}
145146
openshift_version=${{ steps.vars.outputs.openshift_version }}

0 commit comments

Comments
 (0)