Skip to content

Commit 37962f4

Browse files
authored
build: checkout tags during build to show in footer (#215) (#216)
1 parent 56938c7 commit 37962f4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/dev-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- name: Checkout Code
1515
uses: actions/checkout@v3
16+
with:
17+
fetch-depth: 0
1618

1719
- name: Setup Node.js
1820
uses: actions/setup-node@v3

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- name: Checkout Code
1616
uses: actions/checkout@v3
17+
with:
18+
fetch-depth: 0
1719

1820
- name: Setup Node.js
1921
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)