Skip to content

Commit

Permalink
fix version setting
Browse files Browse the repository at this point in the history
  • Loading branch information
xgui3783 committed Aug 22, 2024
1 parent 096ed91 commit 64c46a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Set Vars
run: |
SAPI_VERSION=$(cat api/VERSION)
SAPI_VERSION=$(cat VERSION)
GIT_HASH=$(git rev-parse --short HEAD)
echo "SAPI_VERSION: $SAPI_VERSION"
Expand Down

0 comments on commit 64c46a2

Please sign in to comment.