From 6c11a85b6379ca20f70c04b46d52163cb9d66abd Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Fri, 25 Feb 2022 13:00:01 +0000 Subject: [PATCH] Fix repo name --- .github/workflows/production_pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/production_pipeline.yml b/.github/workflows/production_pipeline.yml index f5ac6214b..051244c2f 100644 --- a/.github/workflows/production_pipeline.yml +++ b/.github/workflows/production_pipeline.yml @@ -139,7 +139,7 @@ jobs: - name: Get latest release with tag id: latestrelease run: | - echo "::set-output name=releasetag::$(curl -s https://api.github.com/repos/weide-zhou/ticket13/releases/latest | jq '.tag_name' | sed 's/\"//g')" + echo "::set-output name=releasetag::$(curl -s https://api.github.com/repos/communitiesuk/mhclg-data-collection-beta/releases/latest | jq '.tag_name' | sed 's/\"//g')" - name: Confirm release tag run: | echo ${{ steps.latestrelease.outputs.releasetag }}