Lines Matching +full:fetch +full:- +full:depth
6 - 'v*'
7 - '!v*rc*'
11 runs-on: ubuntu-22.04
13 - uses: actions/checkout@v4
15 fetch-depth: 0
17 - name: Get the version
23 - name: REUSE Compliance Check
24 uses: fsfe/reuse-action@v4
26 args: spdx -o zephyr-${{ steps.get_version.outputs.VERSION }}.spdx
28 - name: upload-results
29 uses: actions/upload-artifact@v4
30 continue-on-error: true
32 name: zephyr-${{ steps.get_version.outputs.VERSION }}.spdx
33 path: zephyr-${{ steps.get_version.outputs.VERSION }}.spdx
35 - name: Create empty release notes body
37 echo "TODO: add release overview and notes link" > release-notes.txt
39 - name: Create Release
41 uses: actions/create-release@v1
47 body_path: release-notes.txt
51 - name: Upload Release Assets
52 id: upload-release-asset
53 uses: actions/upload-release-asset@v1
58 asset_path: zephyr-${{ steps.get_version.outputs.VERSION }}.spdx
59 asset_name: zephyr-${{ steps.get_version.outputs.VERSION }}.spdx