mirror of
https://github.com/Laxilef/OTGateway.git
synced 2026-06-19 14:59:30 +05:00
Compare commits
3 Commits
a4ca20f9a9
..
async
| Author | SHA1 | Date | |
|---|---|---|---|
| 54217fbbc1 | |||
| 69116aa3d2 | |||
| bb6b3f1854 |
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user