mirror of
https://github.com/Laxilef/OTGateway.git
synced 2026-06-18 22:39:31 +05:00
Compare commits
3 Commits
a4ca20f9a9
...
54217fbbc1
| Author | SHA1 | Date | |
|---|---|---|---|
| 54217fbbc1 | |||
| 69116aa3d2 | |||
| bb6b3f1854 |
@@ -121,6 +121,17 @@ jobs:
|
||||
if: ${{ github.repository_owner == 'Laxilef' && github.ref == 'refs/heads/async' }}
|
||||
|
||||
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
|
||||
uses: actions/download-artifact@v5
|
||||
with:
|
||||
@@ -138,6 +149,12 @@ jobs:
|
||||
*.bin
|
||||
*.elf
|
||||
|
||||
- name: Clear release body
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
gh release edit dev --notes ""
|
||||
|
||||
- name: Publish Dev release
|
||||
uses: softprops/action-gh-release@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user