Fetch tags in github workflows
Tags are required to construct the version information. Change-Id: Ic1af3e8f50eafafcc8a0c3ca37f362d6bd05e116
This commit is contained in:
3
.github/workflows/edge_ghpage.yml
vendored
3
.github/workflows/edge_ghpage.yml
vendored
@@ -11,6 +11,9 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout 🛎️
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 100
|
||||
fetch-tags: true
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "18"
|
||||
|
Reference in New Issue
Block a user