From 1fcdaff272969d14320d6da5a6fd66005f556222 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 24 Apr 2021 20:08:35 -0400 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3e291ac..47bd1ad 100644 --- a/action.yml +++ b/action.yml @@ -74,7 +74,7 @@ runs: run: | if [[ ${{ startsWith(inputs.ref, 'refs/tags/') }} ]]; then export REF=${{ inputs.ref }} - TAG=$(echo "${REF/refs\/tags\//}" | sed 's/${{ inputs.strip_tag_prefix }}//') + TAG=$(echo "${REF/refs\/tags\//}" | sed "s/${{ inputs.strip_tag_prefix }}//") echo "::set-output name=tag::$TAG" fi shell: bash