From 7fe838ddebb7421b0f6feb3db14f94d05494bb5f Mon Sep 17 00:00:00 2001 From: Ruslan Baidan Date: Wed, 5 Oct 2022 17:16:00 +0200 Subject: [PATCH] Update releases.yml Added the checking out of the ng-x repos to the latest tag. --- .github/workflows/releases.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index d554e98..445a471 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -49,15 +49,17 @@ jobs: node-version: ${{ matrix.node-version }} - name: Install ng-anr - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: monarc-project/ng-anr + ref: ${{ steps.latestrelease.outputs.releasetag }} path: './node_modules/ng_anr' - name: Install ng-client - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: monarc-project/ng-client + ref: ${{ steps.latestrelease.outputs.releasetag }} path: './node_modules/ng_client' - name: Install ng-client dependencies