mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat(ci): Checkout code in promotion workflow (#3419)
This commit is contained in:
parent
30ba9f1829
commit
df37f3e030
1 changed files with 6 additions and 0 deletions
6
.github/workflows/promote.yml
vendored
6
.github/workflows/promote.yml
vendored
|
|
@ -104,6 +104,12 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
needs: [ prepare-build-info, promote-release ]
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
submodules: 'recursive'
|
||||
|
||||
- name: Update GitHub Release with gh CLI
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue