Skip to content

Commit b4e9d1f

Browse files
ci: add print
1 parent 59ee5e8 commit b4e9d1f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/release.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,12 @@ jobs:
6969
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
7070
- name: clone tap
7171
run: |
72-
# Clone the repository
73-
# ssh -vT git@github.com
74-
# console=`tty`
75-
# ln -s $console /dev/tty
7672
git clone git@github.com:jesses-code-adventures/homebrew-tap.git
77-
cd homebrew-tap
7873
7974
- name: replace version tag in url
8075
run: |
81-
# Use sed to replace version number in-place without creating a backup file
76+
cd homebrew-tap
77+
ls
8278
sed -i -E "s/v[0-9]+\.[0-9]+\.[0-9]+(-lw)?/${{ needs.check_tag.outputs.is_version_tag }}/g" Formula/excavator.rb
8379
- name: replace sha256 checksum
8480
run: |

0 commit comments

Comments
 (0)