diff --git a/.github/workflows/on-new-framework-tag.yml b/.github/workflows/on-new-framework-tag.yml index 68a99e0..506da13 100644 --- a/.github/workflows/on-new-framework-tag.yml +++ b/.github/workflows/on-new-framework-tag.yml @@ -23,7 +23,6 @@ jobs: - id: get_dest_dir run: | ref=${{ github.event.client_payload.ref }} - echo "ref is ${{ ref }}" dir=$(echo "$ref" | cut -d / -f 3 | cut -d . -f 1-2) echo "::set-output name=destination_dir::$dir" echo "destination dir is ${{ steps.get_dest_dir.outputs.destination_dir }}"