1
1
mirror of https://github.com/walles/moar.git synced 2024-09-11 20:17:13 +03:00
moar/.github/workflows/deployment.yml
2024-05-09 16:31:24 +02:00

16 lines
302 B
YAML

name: Continuous Delivery
on:
release:
types: [released]
jobs:
homebrew:
runs-on: ubuntu-latest
steps:
- name: Bump Homebrew formula
uses: dawidd6/action-homebrew-bump-formula@v3
with:
token: ${{secrets.JOHAN_GITHUB_API_TOKEN}}
formula: moar