Skip to content

Commit 6c9103d

Browse files
committed
chore: Debug git tags
1 parent e11c932 commit 6c9103d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
- uses: actions/checkout@v2
2020
with:
2121
fetch-depth: 0
22-
22+
- name: Debug
23+
run: |
24+
git log --tags
2325
- name: Cache node modules
2426
uses: actions/cache@v1
2527
with:

0 commit comments

Comments
 (0)