Skip to content

Commit ebf8592

Browse files
authored
devx(release): Fetch tags in action (#22)
Signed-off-by: Manuel Dewald <manuel.dewald@codesphere.com>
1 parent 583ef1a commit ebf8592

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tag.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ on:
66
- main
77

88
jobs:
9-
build:
9+
tag:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13+
with:
14+
fetch-tags: true
15+
fetch-depth: 0
1316

1417
- name: Tag
1518
run: hack/tag.sh

0 commit comments

Comments
 (0)