mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-04-08 17:05:59 +02:00
ci: Hopefully this works...?
This commit is contained in:
parent
421e5cb4d6
commit
f6f0aecc75
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
@ -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…
x
Reference in New Issue
Block a user