Skip to content

Commit

Permalink
Merge pull request #11 from Chia-Network/develop
Browse files Browse the repository at this point in the history
Release 1.0.3
  • Loading branch information
TheLastCicada authored Sep 22, 2023
2 parents 8c1eb0e + 073c23c commit e319c0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
git tag $version -m "Release $version $changes"
git push origin $version
git push origin main
gh release create --verify-tag --notes-from-tag $version
gh release create $version --verify-tag --notes "Release $version $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.2",
"version": "1.0.3",
"description": "Custom logger for core registry projects",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e319c0c

Please sign in to comment.