Skip to content

Commit

Permalink
Merge pull request #64 from Chia-Network/develop
Browse files Browse the repository at this point in the history
Release 1.0.26
  • Loading branch information
TheLastCicada authored Jan 4, 2024
2 parents 54b1f35 + 9fbb349 commit 7dcf97f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ jobs:
if: matrix.runs-on == 'windows-2019'
run: choco install wget -y --no-progress

# Install jq on Linux if not already installed
- name: Install jq on Linux
if: matrix.os == 'linux'
run: command -v jq >/dev/null 2>&1 || { apt-get -y install jq; }

- name: Download executables and create apps.json file
shell: bash
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "core-registry-api",
"version": "1.0.25",
"version": "1.0.26",
"description": "Combined Carbon Core Registry API Application",
"main": "index.js",
"type": "commonjs",
Expand Down

0 comments on commit 7dcf97f

Please sign in to comment.