From de7bb935d34099376104bc08a957467a4a6fd31c Mon Sep 17 00:00:00 2001 From: Kyle Robbertze Date: Tue, 16 May 2023 14:41:22 +0100 Subject: [PATCH] fix: terminate sed expression --- .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 3dd9abf..003b34e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: run: | git fetch --prune --unshallow echo "RELEASE_VERSION=$(git describe --abbrev=0 --tags | sed -e 's/^v//')" >> $GITHUB_ENV - sed -i "s/:v0/:v$RELEASE_VERSION" plugin.yaml + sed -i "s/:v0/:v$RELEASE_VERSION/" plugin.yaml - name: Upload plugin manifest to action run uses: actions/upload-artifact@v2 with: