Skip to content

Commit

Permalink
deps: bump hub 2.14.1 to 2.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Mar 7, 2020
1 parent 86214f3 commit 618792b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ name: Release
on:
push:
tags:
- 'v3.*.*'
- 'v3.*.*'

jobs:
release:
runs-on: ubuntu-18.04
steps:

- uses: actions/checkout@v2

- name: Dump GitHub context
Expand All @@ -19,7 +18,7 @@ jobs:

- name: Install github/hub
run: |
export HUB_VERSION="2.14.1"
export HUB_VERSION="2.14.2"
curl -fsSL https://github.com/github/hub/raw/40e421edd2c63d57bb8daa4bb9bbdfa21e8becf9/script/get | bash -s "${HUB_VERSION}"
- name: Create release
Expand Down

0 comments on commit 618792b

Please sign in to comment.