Skip to content

Commit dfc0b68

Browse files
committed
fix: Version file path in docker-publish workflow
1 parent cdcd0ee commit dfc0b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Get version details
2626
run: |
27-
VERSION=`cat package/liman/server/storage/VERSION`
27+
VERSION=`cat package/storage/VERSION`
2828
echo "RELEASE_VER=$(echo $VERSION)" >> $GITHUB_ENV
2929
echo "RELEASE_RUNNUMBER=$(echo $GITHUB_RUN_NUMBER)" >> $GITHUB_ENV
3030

0 commit comments

Comments
 (0)