From d407506b90e2f8a0640b5d80e6b9df103c523b85 Mon Sep 17 00:00:00 2001 From: Hannes Guedelhoefer Date: Tue, 31 Aug 2021 16:03:26 +0200 Subject: [PATCH] :pencil2: --- .github/workflows/publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b0c02d0..bf66519 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 }} @@ -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 @@ -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 @@ -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: |