From 86aab7dc9b49581e64f8d352d965d858ca80c588 Mon Sep 17 00:00:00 2001 From: LukePetzer-ixo Date: Fri, 27 Sep 2024 13:03:17 +0200 Subject: [PATCH 1/2] CI/CD branch main --- .github/workflows/node-ci-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node-ci-build.yml b/.github/workflows/node-ci-build.yml index 6510ad7..49329e2 100644 --- a/.github/workflows/node-ci-build.yml +++ b/.github/workflows/node-ci-build.yml @@ -2,7 +2,7 @@ name: Build and Release on: push: branches: - - master + - main - develop jobs: @@ -10,4 +10,4 @@ jobs: uses: ixofoundation/ixo-github-actions/.github/workflows/node-ci-build.yml@main with: commit_sha: ${{ github.sha }} - secrets: inherit \ No newline at end of file + secrets: inherit From b737389ba67426388f42689e2a98e1e890ee95d6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 27 Sep 2024 11:04:30 +0000 Subject: [PATCH 2/2] chore(release): 0.1.0-develop.8 [skip ci] ## [0.1.0-develop.8](https://github.com/ixofoundation/ixo-blocksync-core/compare/v0.1.0-develop.7...v0.1.0-develop.8) (2024-09-27) ### Bug Fixes * make error count less ([745f593](https://github.com/ixofoundation/ixo-blocksync-core/commit/745f593c0113129b91544f0999cfc37bd101cb80)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 20c8827..d4b6642 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ixo-blocksync-core", - "version": "0.1.0-develop.7", + "version": "0.1.0-develop.8", "description": "Syncs all the core info from an ixo blockchain to an instance of PostgresQL", "main": "index.js", "scripts": {