From 29e6caf1e4bc9941d74ee3e99242ffc8340e0509 Mon Sep 17 00:00:00 2001 From: vendelieu Date: Mon, 13 Nov 2023 20:30:12 +0300 Subject: [PATCH] add branch to workflow --- .github/workflows/ci.release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.release.yml b/.github/workflows/ci.release.yml index 3272a48..10a287d 100644 --- a/.github/workflows/ci.release.yml +++ b/.github/workflows/ci.release.yml @@ -37,7 +37,7 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: Update plugin version. - skip_dirty_check: true + branch: master release-build: runs-on: ubuntu-22.04