From f6f0aecc753f9c35ab2e5ccef2d9b3f70ac8b73c Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Mon, 24 Aug 2020 02:15:25 -0400 Subject: [PATCH] ci: Hopefully this works...? --- .github/workflows/deploy.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: |