File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -227,13 +227,13 @@ jobs:
227
227
VERSION : ${{ needs.push-operator-setup.outputs.new_tag_without_v }}
228
228
229
229
- name : Build and Push Catalog
230
- if : ${{ needs.check-catalog-changes .outputs.should_release_catalog == 'true' }}
230
+ if : ${{ needs.push-operator-setup .outputs.should_release_catalog == 'true' }}
231
231
run : make catalog-render catalog-build catalog-push
232
232
env :
233
233
VERSION : ${{ needs.push-operator-setup.outputs.new_tag_without_v }}
234
234
235
235
- name : Push Latest Tag
236
- if : ${{ needs.check-catalog-changes .outputs.should_release_catalog == 'true' }}
236
+ if : ${{ needs.push-operator-setup .outputs.should_release_catalog == 'true' }}
237
237
uses :
anothrNick/[email protected]
238
238
env :
239
239
GITHUB_TOKEN : ${{ secrets.ADMIN_TOKEN }}
Original file line number Diff line number Diff line change 1
- ---
2
1
schema : olm.channel
3
2
package : uptimeguardian
4
3
name : preview
You can’t perform that action at this time.
0 commit comments