Update releases.yml

Added the checking out of the ng-x repos to the latest tag.
feature/dockerized-app
Ruslan Baidan 2022-10-05 17:16:00 +02:00 committed by GitHub
parent cee00fd31d
commit 7fe838ddeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -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