Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hkollmann committed Jan 2, 2022
1 parent d5c1da7 commit 14489d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/on-new-framework-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 14489d0

Please sign in to comment.