summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-08-24 02:15:25 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2020-08-24 02:15:25 -0400
commitf6f0aecc753f9c35ab2e5ccef2d9b3f70ac8b73c (patch)
treebbcd8e28559a4372b16cf31615ab2194f37cbd46
parent421e5cb4d6931f11c82138b38dbf279cc5c29c4d (diff)
ci: Hopefully this works...?
-rw-r--r--.github/workflows/deploy.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 9b581840..9f11eca4 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -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: |