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