Skip to content

Commit 9fcca41

Browse files
bmastbergengithub-actions[bot]
authored andcommitted
generate_tarball: Also strip leading v from tags
1 parent a9ef307 commit 9fcca41

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ciq/SOURCES/generate_tarball.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ if [ -z "$CURRENT_TAG" ]; then
3636
fi
3737

3838
TAG_VERSION=${CURRENT_TAG/ciq_kernel-/}
39+
TAG_VERSION=${TAG_VERSION#v}
3940
GIT_VERSION=${TAG_VERSION%%-*}
4041

4142
# Verify that git version matches spec version

0 commit comments

Comments
 (0)