Skip to content

Commit

Permalink
Merge pull request #10 from ApolloAutomation/Version5
Browse files Browse the repository at this point in the history
Use Environment
  • Loading branch information
TrevorSchirmer authored Nov 8, 2024
2 parents 0f1f984 + 72b5c50 commit e7fdf01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
id: read_version
run: |
version=$(awk '/substitutions:/ {found=1} found && /version:/ {print $2; exit}' Integrations/ESPHome/Core.yaml | tr -d '"')
echo "project_version=$version" >> $GITHUB_OUTPUT
echo "project_version=$version" >> $GITHUB_ENV
shell: bash

build-firmware:
Expand Down
2 changes: 1 addition & 1 deletion Integrations/ESPHome/Core.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
substitutions:
version: "24.11.7.4"
version: "24.11.7.5"

esp32:
board: esp32-c3-devkitm-1
Expand Down

0 comments on commit e7fdf01

Please sign in to comment.