Skip to content

Commit

Permalink
Build fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
NapalmCodes committed Aug 25, 2024
1 parent 2160dd3 commit 78373e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Get Build Version
run: |
echo "GITHUB_REF=$GITHUB_REF"
branch_name = ${GITHUB_REF#refs/heads/}
branch_name=${GITHUB_REF#refs/heads/}
version=$(./build/GetBuildVersion.sh ${branch_name#*/})
echo "BUILD_VERSION=$version" >> $GITHUB_ENV
shell: bash
Expand Down

0 comments on commit 78373e4

Please sign in to comment.