We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c25ca commit c279167Copy full SHA for c279167
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install github/hub
20
run: |
21
export HUB_VERSION="2.14.2"
22
- curl -fsSL https://github.com/github/hub/raw/40e421edd2c63d57bb8daa4bb9bbdfa21e8becf9/script/get | bash -s "${HUB_VERSION}"
+ curl -fsSL https://github.com/github/hub/raw/8d91904208171b013f9a9d1175f4ab39068db047/script/get | bash -s "${HUB_VERSION}"
23
24
- name: Create release
25
env:
0 commit comments