mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-26 07:04:51 +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:
|
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: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user