Skip to content

Commit 0536c4d

Browse files
authored
ensure master is checked out not PR branch (#357)
1 parent 815910f commit 0536c4d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test-and-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
uses: actions/checkout@v4
7575
with:
7676
fetch-depth: 0 # Fetch the history, or this action won't work
77+
ref: 'master'
7778

7879
- name: Use Node.js 18
7980
if: steps.automerge.outputs.mergeResult == 'merged'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ The adapter is tested with an DENON AVR-X1200W and a Marantz SR5009.
908908
Placeholder for the next version (at the beginning of the line):
909909
### __WORK IN PROGRESS__
910910
-->
911-
### 1.15.11 (2024-07-23)
911+
### __WORK IN PROGRESS__
912912
* (foxriver76) updated dependencies
913913
* (foxriver76) added tier and license information
914914
* (foxriver76) fixed invalid object `denon.0`

0 commit comments

Comments
 (0)