From a6728703579e286f999105c153c339c705b4d6fa Mon Sep 17 00:00:00 2001 From: winston Date: Tue, 28 Nov 2023 17:58:57 +0100 Subject: [PATCH] ci(release): reformat(?) GitHub actions moment? Prettier moment? idk --- .github/workflows/release-please.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index becd8ed1..a82391aa 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -78,4 +78,5 @@ jobs: - name: Add fils to GH Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: gh release upload ${{ needs.release-please.outputs.tag_name }} ${{ steps.packageExtension.outputs.vsixPath }} + run: | + gh release upload ${{ needs.release-please.outputs.tag_name }} ${{ steps.packageExtension.outputs.vsixPath }}