Skip to content

Commit

Permalink
Merge pull request #22 from Chia-Network/chatgpt-suggested-this
Browse files Browse the repository at this point in the history
ci: format release notes
  • Loading branch information
TheLastCicada authored Sep 22, 2023
2 parents 10dd36a + 2cf909e commit eeee8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
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 --title "" --notes "$changes"
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
npm publish --access public
fi
Expand Down

0 comments on commit eeee8df

Please sign in to comment.