Update README.md

This commit is contained in:
Sergey 2023-09-19 01:02:39 +03:00 committed by GitHub
parent 534609be71
commit 5e9a4d407e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,3 +20,18 @@ jobs:
build_dir: build build_dir: build
``` ```
## How to specify a version of NRF Connect SDK
To select the specific version of NRF Connect SDK you
can reference a specific version of GitHub action:
```
uses: embedd-actions/nrf-connect-sdk-prebuild-ci@v2.3.0
uses: embedd-actions/nrf-connect-sdk-prebuild-ci@v2.4.0
```
## List of available tags
```
v2.3.0
```