Skip to content

Commit 14489d0

Browse files
committed
fixes
1 parent d5c1da7 commit 14489d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/on-new-framework-tag.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
- id: get_dest_dir
2424
run: |
2525
ref=${{ github.event.client_payload.ref }}
26-
echo "ref is ${{ ref }}"
2726
dir=$(echo "$ref" | cut -d / -f 3 | cut -d . -f 1-2)
2827
echo "::set-output name=destination_dir::$dir"
2928
echo "destination dir is ${{ steps.get_dest_dir.outputs.destination_dir }}"

0 commit comments

Comments
 (0)