Skip to content
This repository has been archived by the owner on Nov 10, 2024. It is now read-only.

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ak5k committed Nov 16, 2023
1 parent 733aa6b commit 37df0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
shell: bash
run: |
VERSION_NUMBER=$(echo $GITHUB_REF_NAME | sed 's/v//')
sed -i "s/0.0.0/${VERSION_NUMBER}/" CMakeLists.txt
sed -i.bak "s/0.0.0/${VERSION_NUMBER}/" CMakeLists.txt
echo $VERSION_NUMBER
- name: Configure CMake
Expand Down

0 comments on commit 37df0d8

Please sign in to comment.