mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-03-28 10:42:31 -04:00
feat(ci): Checkout code in promotion workflow (#3419)
This commit is contained in:
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 }}
|
||||
|
||||
Reference in New Issue
Block a user