From cb084d6a218cbc5edd9600c61292b0d839ceae96 Mon Sep 17 00:00:00 2001 From: Ruslan Baidan Date: Mon, 10 Oct 2022 16:31:56 +0200 Subject: [PATCH] Update releases.yml Fixed the ng-client latest tag fetching. --- .github/workflows/releases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 215072d..4a72f7b 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -66,7 +66,7 @@ jobs: - uses: oprypin/find-latest-tag@v1 with: - repository: monarc-project/ng-anr + repository: monarc-project/ng-client releases-only: true id: ng_client_lasttag