ci: Hopefully this works...?

This commit is contained in:
ClementTsang 2020-08-24 02:15:25 -04:00
parent 421e5cb4d6
commit f6f0aecc75
1 changed files with 4 additions and 1 deletions

View File

@ -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: |