Skip to content

Commit

Permalink
fix versioning script
Browse files Browse the repository at this point in the history
  • Loading branch information
volf52 committed Aug 1, 2024
1 parent b5db619 commit 4cc6d11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
uses: changesets/action@v1
with:
publish: yarn release
version: yarn version
version: yarn bump
title: Release
commit: new release
createGithubReleases: true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"prepublishOnly": "napi prepublish -t npm",
"test": "ava",
"universal": "napi universal",
"version": "changeset version && napi version",
"bump": "changeset version && napi version",
"release": "changeset publish --no-git-tag"
},
"packageManager": "[email protected]"
Expand Down

0 comments on commit 4cc6d11

Please sign in to comment.