From 1313353eee786594dc33db310364ba09d6e0ada7 Mon Sep 17 00:00:00 2001 From: Bojan Zelic Date: Sat, 28 Dec 2024 20:30:31 -0700 Subject: [PATCH] allow empty --- .github/workflows/perform-release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/perform-release.yaml b/.github/workflows/perform-release.yaml index 804bef5..1ef4bac 100644 --- a/.github/workflows/perform-release.yaml +++ b/.github/workflows/perform-release.yaml @@ -42,6 +42,7 @@ jobs: - name: Commit uses: EndBug/add-and-commit@v9 with: + commit: '--allow-empty' push: true tag: ${{ github.event.inputs.tag }} - message: Build Release ${{ github.event.inputs.tag }} \ No newline at end of file + message: Build Release ${{ github.event.inputs.tag }}