1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 16:43:55 +00:00
Files
dotdrop/.github/workflows/brew-release.yml
Workflow config file is invalid. Please check your config file: yaml: line 12: mapping values are not allowed in this context
2022-05-27 12:37:57 +02:00

17 lines
359 B
YAML

name: PR Homebrew formula
on:
workflow_dispatch:
release:
types: [created]
jobs:
homebrew-core:
name: homebrew-core
runs-on: macos-latest
steps:
- name: Update Homebrew formula
uses: dawidd6/action-homebrew-bump-formula@v3
with:
token: ${{secrets.HOMEBREW_FORMULA_GH_TOKEN}}
formula: dotdrop