mirror of
https://github.com/Laxilef/OTGateway.git
synced 2026-06-19 06:49:31 +05:00
Compare commits
4 Commits
f5e08f20a2
...
async
| Author | SHA1 | Date | |
|---|---|---|---|
| 54217fbbc1 | |||
| 69116aa3d2 | |||
| bb6b3f1854 | |||
| a4ca20f9a9 |
@@ -121,6 +121,17 @@ jobs:
|
|||||||
if: ${{ github.repository_owner == 'Laxilef' && github.ref == 'refs/heads/async' }}
|
if: ${{ github.repository_owner == 'Laxilef' && github.ref == 'refs/heads/async' }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v6
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Move dev tag
|
||||||
|
run: |
|
||||||
|
git fetch --tags
|
||||||
|
git tag -f dev
|
||||||
|
git push origin refs/tags/dev --force
|
||||||
|
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v5
|
uses: actions/download-artifact@v5
|
||||||
with:
|
with:
|
||||||
@@ -138,6 +149,12 @@ jobs:
|
|||||||
*.bin
|
*.bin
|
||||||
*.elf
|
*.elf
|
||||||
|
|
||||||
|
- name: Clear release body
|
||||||
|
env:
|
||||||
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
run: |
|
||||||
|
gh release edit dev --notes ""
|
||||||
|
|
||||||
- name: Publish Dev release
|
- name: Publish Dev release
|
||||||
uses: softprops/action-gh-release@v3
|
uses: softprops/action-gh-release@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -807,7 +807,7 @@
|
|||||||
|
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" name="externalPump[invertState]" value="true">
|
<input type="checkbox" name="externalPump[invertState]" value="true">
|
||||||
<span data-i18n>settings.externalPump.invertState</span>
|
<span data-i18n>settings.extPump.invertState</span>
|
||||||
</label>
|
</label>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user