Skip to content

Commit

Permalink
Merge branch 'develop' of ixo:ixofoundation/ixo-blocksync-core into d…
Browse files Browse the repository at this point in the history
…evelop
  • Loading branch information
MichaelPretorius committed Oct 17, 2024
2 parents e0fa819 + f46422d commit e25177e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node-ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Build and Release
on:
push:
branches:
- master
- main
- develop

jobs:
build-and-release:
uses: ixofoundation/ixo-github-actions/.github/workflows/node-ci-build.yml@main
with:
commit_sha: ${{ github.sha }}
secrets: inherit
secrets: inherit
9 changes: 1 addition & 8 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit e25177e

Please sign in to comment.