1
0
mirror of https://github.com/TomWright/dasel.git synced 2022-05-22 02:32:45 +03:00

Update homebrew workflow

This commit is contained in:
Tom Wright
2021-09-29 12:03:31 +01:00
parent 17a611e6b6
commit e2913366c6

View File

@@ -10,10 +10,13 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Set env
run: echo "RELEASE_VERSION=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
- name: Homebrew bump formula
uses: dawidd6/action-homebrew-bump-formula@v3.8.0
with:
token: ${{ secrets.GH_HOMEBREW_TOKEN }}
formula: dasel
tap: homebrew/core
tag: ${{ env.RELEASE_VERSION }}
force: true