Skip to content

Commit 59cc6cf

Browse files
committed
WIP: see if this pulls in all git tags and branches
Signed-off-by: Eric Promislow <epromislow@suse.com>
1 parent c2d4a9d commit 59cc6cf

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/package.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ jobs:
2020
- uses: actions/checkout@v2
2121
with:
2222
persist-credentials: false
23-
depth: 0
23+
# Needed to run `git describe` to get full version info
24+
fetch-depth: 0
25+
# Get the tags as well
26+
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
2427
- uses: actions/setup-node@v2
2528
with:
2629
node-version: '14.x'

0 commit comments

Comments
 (0)