From 2c02e83f05af1da1420fca1619b75b6b162472af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Est=C3=A9vez?= Date: Tue, 17 Mar 2020 10:33:15 -0400 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 82138334f..264497027 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -118,7 +118,7 @@ jobs: path: guidebook - name: find latest release run: | - LATEST_GH_RELEASE_ID=$(curl --silent "https://api.github.com/repos/$1/releases/latest" | jq -r .id) + LATEST_GH_RELEASE_ID=$(curl --silent "https://api.github.com/repos/nosqlbench/nosqlbench/releases/latest" | jq -r .id) echo "::set-env name=LATEST_GH_RELEASE_ID::${LATEST_GH_RELEASE_ID}" - name: upload jar uses: actions/upload-release-asset@v1