Skip to content

Commit

Permalink
ci(manual release): fix setupping environment
Browse files Browse the repository at this point in the history
  • Loading branch information
IATkachenko committed Dec 15, 2024
1 parent c031562 commit e712042
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/manual_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
with:
python-version: '3.10'

- name: "Setup environment"
run: |
git config user.name "GitHub Actions Bot"
git config user.email "github-actions@no_spam.please"
- name: Update version file
id: update
run: sed -e "s/%%%VERSION%%%/${{ github.event.inputs.tag }}/" ./custom_components/sleep_as_android/manifest.json.tpl >custom_components/sleep_as_android/manifest.json
Expand Down

0 comments on commit e712042

Please sign in to comment.