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 diff --git a/.releaserc.json b/.releaserc.json index 699d585..8921a61 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -50,13 +50,6 @@ "npmPublish": false } ], - [ - "@semantic-release/git", - { - "assets": ["package.json"], - "message": "chore(release): ${nextRelease.version} [skip ci]\n${nextRelease.notes}" - } - ], "@semantic-release/github" ] -} +} diff --git a/package.json b/package.json index 344a029..ac5b71d 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": {