Update releases.yml

Test of use the latest release
feature/dockerized-app
Ruslan Baidan 2022-10-06 15:22:35 +02:00 committed by GitHub
parent 0cb8fbb44b
commit b4d34e7823
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -52,14 +52,14 @@ jobs:
uses: actions/checkout@v3
with:
repository: monarc-project/ng-anr
ref: ${{ steps.latestrelease.outputs.releasetag }}
ref: ${{ github.event.releases.latest.tag_name }}
path: './node_modules/ng_anr'
- name: Install ng-client
uses: actions/checkout@v3
with:
repository: monarc-project/ng-client
ref: ${{ steps.latestrelease.outputs.releasetag }}
ref: ${{ github.event.releases.latest.tag_name }}
path: './node_modules/ng_client'
- name: Install ng-client dependencies