diff --git a/.github/workflows/tag-and-release.yml b/.github/workflows/tag-and-release.yml index 4d3165c..7efddc0 100644 --- a/.github/workflows/tag-and-release.yml +++ b/.github/workflows/tag-and-release.yml @@ -53,10 +53,10 @@ jobs: changes=$(npx conventional-changelog-cli -r 1 | tail -n +2) git add CHANGELOG.md git commit -m "chore: Updating changelog for $version" - git tag $version -m "$changes" + git tag $version -m " $changes" git push origin $version git push origin main - gh release create $version --verify-tag --notes "$changes" + gh release create $version --verify-tag --notes " $changes" echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc npm publish --access public fi diff --git a/package.json b/package.json index 2b4bdfa..b276c86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chia-carbon/core-registry-logger", - "version": "1.0.6", + "version": "1.0.7", "description": "Custom logger for core registry projects", "main": "index.js", "scripts": {