We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59ee5e8 commit b4e9d1fCopy full SHA for b4e9d1f
.github/workflows/release.yml
@@ -69,16 +69,12 @@ jobs:
69
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
70
- name: clone tap
71
run: |
72
- # Clone the repository
73
- # ssh -vT git@github.com
74
- # console=`tty`
75
- # ln -s $console /dev/tty
76
git clone git@github.com:jesses-code-adventures/homebrew-tap.git
77
- cd homebrew-tap
78
79
- name: replace version tag in url
80
81
- # Use sed to replace version number in-place without creating a backup file
+ cd homebrew-tap
+ ls
82
sed -i -E "s/v[0-9]+\.[0-9]+\.[0-9]+(-lw)?/${{ needs.check_tag.outputs.is_version_tag }}/g" Formula/excavator.rb
83
- name: replace sha256 checksum
84
0 commit comments