Skip to content

Commit

Permalink
WIP: see if this pulls in all git tags and branches
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Promislow <epromislow@suse.com>
  • Loading branch information
ericpromislow committed Jun 4, 2021
1 parent c2d4a9d commit 59cc6cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/package.yaml
Expand Up @@ -20,7 +20,10 @@ jobs:
- uses: actions/checkout@v2
with:
persist-credentials: false
depth: 0
# Needed to run `git describe` to get full version info
fetch-depth: 0
# Get the tags as well
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*

This comment has been minimized.

Copy link
@jandubois

jandubois Jun 4, 2021

Member

This shouldn't be necessary, fetch-depth: 0 should fetch all tags as well:

actions/checkout#258

This comment has been minimized.

Copy link
@ericpromislow

ericpromislow via email Jun 4, 2021

Author Contributor
- uses: actions/setup-node@v2
with:
node-version: '14.x'
Expand Down

0 comments on commit 59cc6cf

Please sign in to comment.