Skip to content

Commit

Permalink
✏️
Browse files Browse the repository at this point in the history
  • Loading branch information
reckter committed Aug 31, 2021
1 parent d81f34d commit d407506
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: NSHipster/update-homebrew-formula-action@main
with:
repository: opencreek/creekey-cli
tap: opencreek/homebrew-tab
tap: opencreek/homebrew-tap
formula: creekey.rb
env:
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
Expand All @@ -25,7 +25,7 @@ jobs:
steps:
- name: Build a bottle using Homebrew
run: |
brew tap opencreek/tab
brew tap opencreek/tap
brew install --build-bottle --verbose creekey
brew bottle creekey
- name: Upload the bottle to the GitHub release
Expand All @@ -46,7 +46,7 @@ jobs:
steps:
- name: Build a bottle using Homebrew
run: |
brew tap opencreek/tab
brew tap opencreek/tap
brew install --build-bottle --verbose creekey
brew bottle creekey
- name: Upload the bottle to the GitHub release
Expand All @@ -69,7 +69,7 @@ jobs:
- uses: opencreek/update-homebrew-formula-action@main
with:
repository: opencreek/creekey-cli
tap: opencreek/homebrew-tab
tap: opencreek/homebrew-tap
formula: creekey.rb
name: creekey
message: |
Expand Down

0 comments on commit d407506

Please sign in to comment.