Skip to content

Commit

Permalink
Use correct release url (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz committed Aug 2, 2024
1 parent a566b8d commit 5ece687
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: wake-word-voice-assistant
esphome-version: 2024.7.3
release-summary: ${{ github.event_name == 'release' && github.event.release.body || '' }}
release-url: ${{ github.event_name == 'release' && github.event.release.url || '' }}
release-url: ${{ github.event_name == 'release' && github.event.release.html_url || '' }}
upload: ${{ github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/dev') }}
release-version: ${{ github.event_name == 'release' && github.event.release.tag_name || '' }}
secrets: inherit
1 change: 0 additions & 1 deletion .github/workflows/yaml-lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: YAML lint

# yamllint disable-line rule:truthy
on:
push:
branches: [main]
Expand Down

0 comments on commit 5ece687

Please sign in to comment.