Skip to content

Commit

Permalink
Tag current commit on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeckem committed May 16, 2023
1 parent 2df5e38 commit 012b03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"prepare": "husky install",
"ci:test": "pnpm run clean && pnpm run check-types && pnpm run lint && pnpm run build && pnpm run test run",
"ci:version": "pnpm changeset version && pnpm install",
"ci:publish": "pnpm run clean && pnpm run build && pnpm publish -r --access public"
"ci:publish": "pnpm run clean && pnpm run build && pnpm publish -r --access public && pnpm changeset tag"
},
"devDependencies": {
"@changesets/cli": "^2.26.1",
Expand Down

0 comments on commit 012b03d

Please sign in to comment.