Skip to content

Commit

Permalink
chore(actions): adjust publish release workflow whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Oct 31, 2023
1 parent c7fc8dc commit 959aa39
Showing 1 changed file with 18 additions and 19 deletions.
37 changes: 18 additions & 19 deletions .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
name: Homebrew release

on:
release:
types: [published]
workflow_dispatch:
release:
types: [published]
workflow_dispatch:
jobs:
homebrew:
name: Bump Homebrew formula
runs-on: ubuntu-latest
steps:
-
name: Bump formula
uses: mislav/bump-homebrew-formula-action@v3
with:
formula-name: zsh-test-runner
formula-path: zsh-test-runner.rb
homebrew-tap: olets/homebrew-tap
commit-message: |
feat({{formulaName}}): publish {{version}}
homebrew:
name: Bump Homebrew formula
runs-on: ubuntu-latest
steps:
- name: Bump formula
uses: mislav/bump-homebrew-formula-action@v3
with:
formula-name: zsh-test-runner
formula-path: zsh-test-runner.rb
homebrew-tap: olets/homebrew-tap
commit-message: |
feat({{formulaName}}): publish {{version}}
Created by https://github.com/mislav/bump-homebrew-formula-action
env:
COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}
Created by https://github.com/mislav/bump-homebrew-formula-action
env:
COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}

0 comments on commit 959aa39

Please sign in to comment.