ci: Hopefully this works...?
This commit is contained in:
parent
421e5cb4d6
commit
f6f0aecc75
|
@ -2,6 +2,9 @@ name: Update Packages
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
tags:
|
||||
description: "Test scenario tags"
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
|
@ -27,7 +30,7 @@ jobs:
|
|||
with:
|
||||
repo_token: ${{ secrets.BOTTOM_PACKAGE_DEPLOYMENT }}
|
||||
file: bottom.rb
|
||||
tag: ${{ RELEASE_VERSION }}
|
||||
tag: ${{ github.ref }}
|
||||
overwrite: true
|
||||
- name: Trigger homebrew
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue