Skip to content

Commit 2340d89

Browse files
authored
Merge pull request #27 from AzonInc/dev
Update deploy.yml
2 parents 3b73f69 + a0c5bac commit 2340d89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
files: firmware/doorman-stock.yaml
3535
name: AzonInc.Doorman
36-
esphome_version: latest
36+
esphome_version: dev
3737
directory_name: doorman-stock
3838

3939
build-doorman-nuki-bridge-stable-firmware:
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
files: firmware/doorman-nuki-bridge.yaml
4545
name: AzonInc.Doorman-Nuki-Bridge
46-
esphome_version: latest
46+
esphome_version: dev
4747
directory_name: doorman-nuki-bridge
4848

4949

@@ -117,4 +117,4 @@ jobs:
117117
node-version: 20
118118

119119
- run: npm install -g surge
120-
- run: surge output ${{ secrets.SURGE_DOMAIN }} --token ${{ secrets.SURGE_TOKEN }}
120+
- run: surge output ${{ secrets.SURGE_DOMAIN }} --token ${{ secrets.SURGE_TOKEN }}

0 commit comments

Comments
 (0)