Skip to content

Commit 7ab931d

Browse files
committed
fix release tag
1 parent e5a9bf6 commit 7ab931d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
3838
# Strip "v" prefix from tag name
3939
[[ "${{ github.ref }}" == "refs/tags/"* ]] && VERSION=$(echo $VERSION | sed -e 's/^v//')
40+
[[ "${{ github.ref }}" == "refs/tags/"* ]] && VERSION=$(echo $VERSION | sed -e 's/^betydb_//')
41+
4042
# Use Docker `latest` tag convention
4143
[ "$VERSION" == "master" ] && VERSION=latest
4244

0 commit comments

Comments
 (0)