Skip to content

Commit 36f22e9

Browse files
author
Alexander Melnyk
committed
fix(ci): fetch all git info so we can check tags
1 parent 1590dc6 commit 36f22e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish_layer.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
steps:
2828
- name: checkout
2929
uses: actions/checkout@v3
30+
with:
31+
fetch-depth: 0
3032
- name: Setup Node.js
3133
uses: actions/setup-node@v3
3234
with:

0 commit comments

Comments
 (0)