diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 16295f7..74761d1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: - name: Exit if not on main branch if: endsWith(github.ref, 'main') == false - run: exit -1 + run: exit 0 - name: Hello world run: echo "Hello world" diff --git a/src/Ast/ClassName.php b/src/Ast/ClassName.php index fc4c37c..235464f 100644 --- a/src/Ast/ClassName.php +++ b/src/Ast/ClassName.php @@ -4,7 +4,7 @@ namespace Riverwaysoft\PhpConverter\Ast; -// version 0.8.2.38 +// version 0.8.2.39 class ClassName { private string|null $short = null;