Skip to content

Commit

Permalink
Merge pull request #20 from Chia-Network/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
TheLastCicada authored Sep 22, 2023
2 parents 0f40cfc + e01ca3e commit fbaa067
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "@chia-carbon/core-registry-logger",
"version": "1.0.6",
"version": "1.0.7",
"description": "Custom logger for core registry projects",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit fbaa067

Please sign in to comment.