Update releases.yml
Added the checking out of the ng-x repos to the latest tag.feature/dockerized-app
parent
cee00fd31d
commit
7fe838ddeb
|
@ -49,15 +49,17 @@ jobs:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
|
|
||||||
- name: Install ng-anr
|
- name: Install ng-anr
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: monarc-project/ng-anr
|
repository: monarc-project/ng-anr
|
||||||
|
ref: ${{ steps.latestrelease.outputs.releasetag }}
|
||||||
path: './node_modules/ng_anr'
|
path: './node_modules/ng_anr'
|
||||||
|
|
||||||
- name: Install ng-client
|
- name: Install ng-client
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: monarc-project/ng-client
|
repository: monarc-project/ng-client
|
||||||
|
ref: ${{ steps.latestrelease.outputs.releasetag }}
|
||||||
path: './node_modules/ng_client'
|
path: './node_modules/ng_client'
|
||||||
|
|
||||||
- name: Install ng-client dependencies
|
- name: Install ng-client dependencies
|
||||||
|
|
Loading…
Reference in New Issue