Skip to content

Commit

Permalink
ensure master is checked out not PR branch (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 authored Jul 23, 2024
1 parent 815910f commit 0536c4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch the history, or this action won't work
ref: 'master'

- name: Use Node.js 18
if: steps.automerge.outputs.mergeResult == 'merged'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ The adapter is tested with an DENON AVR-X1200W and a Marantz SR5009.
Placeholder for the next version (at the beginning of the line):
### __WORK IN PROGRESS__
-->
### 1.15.11 (2024-07-23)
### __WORK IN PROGRESS__
* (foxriver76) updated dependencies
* (foxriver76) added tier and license information
* (foxriver76) fixed invalid object `denon.0`
Expand Down

0 comments on commit 0536c4d

Please sign in to comment.