Skip to content

Commit

Permalink
ci: fix release tag creation (#234)
Browse files Browse the repository at this point in the history
* ci: fix release tag creation

* docs: fix publish badge
  • Loading branch information
inigomarquinez authored Apr 10, 2024
1 parent bca07a9 commit b59e007
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<p align="center">
<a href="https://www.npmjs.com/package/@onebeyond/react-form-builder" target="_blank"><img src="https://img.shields.io/npm/v/@onebeyond/react-form-builder.svg?style=flat-square" alt="NPM version" /></a>
<a href="https://www.npmjs.com/package/@onebeyond/react-form-builder" target="_blank"><img src="https://img.shields.io/npm/dm/@onebeyond/react-form-builder.svg?style=flat-square" alt="NPM downloads" /></a>
<a href="https://github.com/onebeyond/react-form-builder/actions/workflows/cd.yml" target="_blank"><img src="https://github.com/onebeyond/react-form-builder/actions/workflows/cd.yml/badge.svg" alt="Publish" /></a>
<a href="https://github.com/onebeyond/react-form-builder/actions/workflows/release-and-publish.yml" target="_blank"><img src="https://github.com/onebeyond/react-form-builder/actions/workflows/release-and-publish.yml/badge.svg" alt="Publish" /></a>
<a href="https://codeclimate.com/github/onebeyond/react-form-builder/maintainability"><img src="https://api.codeclimate.com/v1/badges/7be0c6651a4fd019f777/maintainability" /></a>
<a href="https://codeclimate.com/github/onebeyond/react-form-builder/test_coverage"><img src="https://api.codeclimate.com/v1/badges/7be0c6651a4fd019f777/test_coverage" /></a>
<a href="https://socket.dev/npm/package/@onebeyond/react-form-builder" target="_blank"><img src="https://socket.dev/api/badge/npm/package/@onebeyond/react-form-builder" alt="socket.dev" /></a>
Expand Down
2 changes: 2 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
],
"packages": {
".": {
"component": "@onebeyond/react-form-builder",
"releaseType": "node"
}
}
}

0 comments on commit b59e007

Please sign in to comment.