From 7b69a8679546b701876343116bf4b8545e91c671 Mon Sep 17 00:00:00 2001 From: Gorbachev Egor <7gorbachevm@gmail.com> Date: Tue, 23 Apr 2024 09:59:11 +0700 Subject: [PATCH] 0.8.2.39 --- .github/workflows/release.yml | 2 +- src/Ast/ClassName.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;