We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ba422 commit c2ba4d5Copy full SHA for c2ba4d5
.github/workflows/release.yml
@@ -24,6 +24,7 @@ jobs:
24
run: |
25
git config user.name github-actions
26
git config user.email github-actions@github.com
27
+ git pull
28
git add ./custom_components/isitpayday/manifest.json
29
git commit -m "Updated manifest.json"
30
git push origin HEAD:main
0 commit comments