Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 69a34a5a82 |
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -61,6 +61,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout (tag)
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
# -------------------------
|
# -------------------------
|
||||||
# RC-only step
|
# RC-only step
|
||||||
# -------------------------
|
# -------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user