mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-08-23 03:46:29 +00:00
ci: add checkout for release creation (#2204)
I think this is required as otherwise gh release doesn't work. On nightly we had this already.
This commit is contained in:
@@ -117,6 +117,12 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "Release version: ${RELEASE_VERSION}"
|
echo "Release version: ${RELEASE_VERSION}"
|
||||||
|
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
with:
|
||||||
|
fetch-depth: 1
|
||||||
|
persist-credentials: false
|
||||||
|
|
||||||
- name: Get release artifacts
|
- name: Get release artifacts
|
||||||
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
|
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user