summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-08-24 02:02:51 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2020-08-24 02:02:51 -0400
commita9e02677ca69b6d5fb5ac0fca5e3d423d969b0df (patch)
treede5980c19223db3436b8db178eac4772bccebded /.github
parent17f84423308ee2fe30520e3952b4f41acc1d49c4 (diff)
ci: Update deploy as one step
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deploy.yml9
1 files changed, 1 insertions, 8 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index d012238f..fb98c3ab 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -9,15 +9,12 @@ jobs:
set_env:
runs-on: ubuntu-latest
steps:
+ - uses: actions/checkout@v2
- name: Set env
run: echo ::set-env name=RELEASE_VERSION::${GITHUB_REF#refs/*/}
- name: Test env
run: |
echo $RELEASE_VERSION
- update_homebrew:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
- name: Download packages
run: |
curl -LO "https://github.com/ClementTsang/bottom/releases/download/$RELEASE_VERSION/bottom_x86_64-unknown-linux-gnu.tar.gz";
@@ -32,10 +29,6 @@ jobs:
file: bottom.rb
tag: $RELEASE_VERSION
overwrite: true
- update_packages:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
- name: Trigger homebrew
run: |
curl -X POST https://api.github.com/repos/ClementTsang/homebrew-bottom/dispatches \