Use Appropriate releases for nuget updates (#142)

***NO_CI***
This commit is contained in:
Robin Jones 2021-09-25 09:37:49 +01:00 коммит произвёл GitHub
Родитель 975809425e
Коммит 6ed3835ed4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

4
.github/workflows/update-dependencies.yml поставляемый
Просмотреть файл

@ -17,7 +17,7 @@ defaults:
shell: pwsh
jobs:
update-dotnet-preview:
update-nuget-dependencies:
name: Update .NET nanoFramework dependencies
timeout-minutes: 60 # Non default as IoT devices has lots of solutions to update!
runs-on: windows-latest
@ -32,7 +32,7 @@ jobs:
repository: nanoframework/nf-tools
path: tools
- name: Update dependencies
run: ./github-actions/update-nf-dependencies.ps1 prerelease devices
run: ./github-actions/update-nf-dependencies.ps1 -targetPath devices
working-directory: tools
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3