Skip to content

Commit d60c038

Browse files
committed
Enable release assets
1 parent 8f44564 commit d60c038

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

accordion-block.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@
3030
require_once PIXELALBATROSS_ACCORDION_BLOCK_PATH . 'vendor/autoload.php';
3131
}
3232

33-
PucFactory::buildUpdateChecker(
33+
$update_checker = PucFactory::buildUpdateChecker(
3434
'https://github.com/pixelalbatross/accordion-block/',
3535
__FILE__,
3636
'accordion-block'
3737
);
38+
$update_checker->getVcsApi()->enableReleaseAssets();
3839

3940
/**
4041
* Registers the block using the metadata loaded from the `block.json` file.

0 commit comments

Comments
 (0)