Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
infiniteregrets committed Dec 12, 2024
1 parent d0374f8 commit 9f40bf3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,12 @@ jobs:
- name: checkout into the formula repo
uses: actions/checkout@v4
with:
repository: 'streamstore/homebrew-s2'
repository: 's2-streamstore/homebrew-s2'
- name: update formula
run: ls
run: |
ls
sed -i.bak "s/^ version \".*\"$/ version \"${{ steps.version.outputs.value }}\"/" s2.rb
cat s2.rb
# create_release:
# needs: build_binaries
Expand Down

0 comments on commit 9f40bf3

Please sign in to comment.