mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-12 16:10:03 +01:00
Add Homebrew release action (#147)
This commit is contained in:
parent
c2dd1bd5af
commit
23aa907644
1 changed files with 16 additions and 0 deletions
16
.github/workflows/release.yml
vendored
Normal file
16
.github/workflows/release.yml
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
name: Release
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
tags: 'v*'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
homebrew:
|
||||||
|
name: Bump Homebrew formula
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: mislav/bump-homebrew-formula-action@v1
|
||||||
|
with:
|
||||||
|
formula-name: dbmate
|
||||||
|
env:
|
||||||
|
COMMITTER_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue