From 163ee23a5181383889e9af12493b3d88e4758558 Mon Sep 17 00:00:00 2001 From: George Lim Date: Sat, 7 Aug 2021 12:48:10 -0400 Subject: [PATCH] Update cd.yml --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 36e3a75..3a16643 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -20,7 +20,7 @@ jobs: - name: Check out repository uses: actions/checkout@v2 - name: Strip target version prefix - run: echo TARGET_VERSION=${TARGET_VERSION#refs/*/v} >> $GITHUB_ENV + run: echo TARGET_VERSION="${TARGET_VERSION#refs/*/v}" >> "$GITHUB_ENV" - name: Create release uses: actions/create-release@v1 env: