Skip to content

Commit

Permalink
fix: Reverted PR 197
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinshahfws committed Aug 22, 2024
1 parent 0858da0 commit d5fdfab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,11 @@ jobs:
id: build_core_cpp
run: |
.github/workflows/utils.sh buildCoreCPPSDK $RELEASE_VERSION
- name: Build Manage SDK CPP
if: env.build_cpp_source == 'true'
id: build_manage_cpp
run: |
.github/workflows/utils.sh buildManageCPPSDK $RELEASE_VERSION
# - name: Build Manage SDK CPP
# if: env.build_cpp_source == 'true'
# id: build_manage_cpp
# run: |
# .github/workflows/utils.sh buildManageCPPSDK $RELEASE_VERSION
# - name: Build Discovery SDK CPP
# if: env.build_cpp_source == 'true'
# id: build_discovery_cpp
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@firebolt-js/openrpc": "rdkcentral/firebolt-openrpc#ci-debug-tag",
"@firebolt-js/openrpc": "rdkcentral/firebolt-openrpc#ci-issue-fix",
"@firebolt-js/schemas": "2.0.0",
"@saithodev/semantic-release-backmerge": "^3.2.0",
"@semantic-release/changelog": "^6.0.1",
Expand Down

0 comments on commit d5fdfab

Please sign in to comment.