Skip to content

Commit

Permalink
fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
miaucl committed Aug 23, 2024
1 parent 6b5344e commit a8dde72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Extract version from file
id: extract_file_version
run: |
VERSION=$(grep '__VERSION__' ./docker2mqtt/__init__.py | sed -E 's/version = "(.*)"/\1/')
VERSION=$(grep '__VERSION__' ./docker2mqtt/__init__.py | sed -E 's/__VERSION__ = "(.*)"/\1/')
echo "FILE_VERSION=$VERSION" >> $GITHUB_ENV
- name: Extract version from setup config
Expand Down

0 comments on commit a8dde72

Please sign in to comment.