From 855100136cc21c63d056dd716728e5ec34e1837f Mon Sep 17 00:00:00 2001 From: Ruslan Baidan Date: Mon, 10 Oct 2022 16:59:08 +0200 Subject: [PATCH] Update releases.yml Fixed the output typo. --- .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 b36fce7..4d3c9f6 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -69,7 +69,7 @@ jobs: releases-only: true id: ng_backoffice_lasttag - - run: echo "ng-anr is at version ${{ steps.ng_backoffice_lasttag.outputs.tag }}" + - run: echo "ng-backoffice is at version ${{ steps.ng_backoffice_lasttag.outputs.tag }}" - name: Install ng-backoffice uses: actions/checkout@v3