ci: Hopefully this works...?

This commit is contained in:
ClementTsang 2020-08-24 02:15:25 -04:00
parent 421e5cb4d6
commit f6f0aecc75

View File

@ -2,6 +2,9 @@ name: Update Packages
on: on:
workflow_dispatch: workflow_dispatch:
inputs:
tags:
description: "Test scenario tags"
release: release:
types: [published] types: [published]
@ -27,7 +30,7 @@ jobs:
with: with:
repo_token: ${{ secrets.BOTTOM_PACKAGE_DEPLOYMENT }} repo_token: ${{ secrets.BOTTOM_PACKAGE_DEPLOYMENT }}
file: bottom.rb file: bottom.rb
tag: ${{ RELEASE_VERSION }} tag: ${{ github.ref }}
overwrite: true overwrite: true
- name: Trigger homebrew - name: Trigger homebrew
run: | run: |