Skip to content

Commit

Permalink
Add extra cd step
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitozgumus committed Dec 21, 2024
1 parent 0f1d452 commit 9887738
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
- name: Update Formula
if: matrix.os == 'macos-latest'
run: |
cd homebrew-formulae
cd Formula
sed -i "s|url .*|url \"https://github.com/yigitozgumus/lazydraft/releases/download/${{ github.event.release.tag_name }}/lazydraft-v${{ github.event.release.tag_name }}.tar.gz\"|" lazydraft.rb
sed -i "s|sha256 .*|sha256 \"${{ steps.sha256.outputs.sha256 }}\"|" lazydraft.rb
Expand Down

0 comments on commit 9887738

Please sign in to comment.