From 56b7ebfc21b114456de9286b892be67a6f00bda4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Adel=C3=A9?= Date: Sun, 26 Nov 2023 21:39:19 +0100 Subject: [PATCH] fix: add-and-commit release.yaml section --- .github/workflows/Release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index c3c7c5a..e489f91 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -30,7 +30,7 @@ jobs: with: default_author: github_actions message: "pre-release {{ steps.release.outputs.version }}" - add: ["README.md", "src/version.ts"] + add: '["README.md", "src/version.ts"]' - name: Upload github release uses: softprops/action-gh-release@v1