From 5b5f7111e906d8a65219d6f0efeb4332cda19f07 Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Mon, 2 May 2022 14:04:14 +0100 Subject: [PATCH] use gh release command --- .github/workflows/source_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/source_build.yml b/.github/workflows/source_build.yml index 4634a14ad68..a72ada6b47f 100644 --- a/.github/workflows/source_build.yml +++ b/.github/workflows/source_build.yml @@ -65,6 +65,6 @@ jobs: assets+=("-a" SHASUMS) assets+=("-a" MD5) tag_name="${GITHUB_REF##*/}" - hub release create "${assets[@]}" -m "$tag_name" "$tag_name" + gh release create "${assets[@]}" -m "$tag_name" "$tag_name" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}