Skip to content

Commit b8343f9

Browse files
committed
***NO_CI***
2 parents 805be49 + 59cfeca commit b8343f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-dependencies-develop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# This workflow will periodically check .NET nanoFramework dependencies and updates them in the repository it's running.
55

6-
name: Daily update dependencies
6+
name: Daily update dependencies (develop)
77

88
on:
99
schedule:
@@ -19,6 +19,6 @@ jobs:
1919
secrets: inherit
2020
with:
2121
solutionsToCheck: 'nanoFramework.Runtime.Native.sln'
22-
usePreview: true
22+
previewPackages: true
2323
branchToPr: 'develop'
2424

0 commit comments

Comments
 (0)