From e1a6a083a570fdec08ec292372a5452a2b766087 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Fri, 4 Nov 2022 10:52:06 +0700 Subject: [PATCH] Removed nested quotes - for some reason these aren't working with the GitHub Actions workflow --- .github/workflows/create-release-branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release-branch.yml b/.github/workflows/create-release-branch.yml index f27c786ec6..6351150b41 100644 --- a/.github/workflows/create-release-branch.yml +++ b/.github/workflows/create-release-branch.yml @@ -43,7 +43,7 @@ jobs: - run: | echo "CURRENT_SHA=$(git rev-parse HEAD)" >> $GITHUB_ENV - echo "NEW_VERSION=$(semver bump ${{ inputs.bump-type }} $(git describe --tags --abbrev=0 --match=\"v*\"))" >> $GITHUB_ENV + echo "NEW_VERSION=$(semver bump ${{ inputs.bump-type }} $(git describe --tags --abbrev=0 --match=v*))" >> $GITHUB_ENV - name: Create branch uses: actions/github-script@v6