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 }}