From fe1f0a3ec1ccadd1d0191a418e208adacbd3aa4d Mon Sep 17 00:00:00 2001 From: HexedHero <6012891+HexedHero@users.noreply.github.com> Date: Sun, 4 Feb 2024 00:33:54 +0000 Subject: [PATCH] Update Actions --- .github/workflows/build_and_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_release.yml b/.github/workflows/build_and_release.yml index ff5f3ca..8a46e2b 100644 --- a/.github/workflows/build_and_release.yml +++ b/.github/workflows/build_and_release.yml @@ -10,7 +10,7 @@ env: jobs: release: runs-on: ubuntu-latest - if: "startsWith(github.event.head_commit.message, '[CI-BUILD]')" + if: startsWith(github.event.head_commit.message, '[CI-BUILD]') permissions: write-all steps: - name: Checkout code