Skip to content

Commit

Permalink
chore: release latest version (#218)
Browse files Browse the repository at this point in the history
* chore: release latest version

* chore: rm tag --next
  • Loading branch information
aladdin-add authored Apr 8, 2024
1 parent aa580f4 commit 9814627
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/release-please/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"release-type": "node",
"prerelease": true,
"versioning": "prerelease",
"prerelease": false,
"include-component-in-tag": false,
"changelog-sections": [
{ "type": "feat", "section": "Features", "hidden": false },
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
- run: |
npm install
npm publish --provenance --tag next
npm publish --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
if: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit 9814627

Please sign in to comment.