Skip to content

Commit

Permalink
Possible fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Aug 14, 2024
1 parent cca985f commit 1093391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pages-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Extract version from base.yaml
id: extract_version
run: |
VERSION=$(yq e '.esphome.project.version' firmware/base.yaml)
VERSION=$(awk '/project:/, /version:/' firmware/base.yaml | grep 'version:' | awk '{print $2}' | sed 's/[",]//g')
echo "VERSION=${VERSION}" >> $GITHUB_ENV
- name: Update package.json version
Expand Down

0 comments on commit 1093391

Please sign in to comment.