Skip to content

Commit

Permalink
πŸ› Fix(packages,packages.json): update publishing process
Browse files Browse the repository at this point in the history
  • Loading branch information
INeedJobToStartWork committed Mar 29, 2024
1 parent f2095d7 commit ae1c337
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
publish: pnpm npm:publish
publish: pnpm npm:publish --no-git-checks --tag latest
title: "πŸ€– ci(changesets): :package: version packages"
commit: "πŸ€– ci(changesets): version packages"
setupGitUser: false
Expand Down
3 changes: 2 additions & 1 deletion packages/commitsmile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
},
"publishConfig": {
"access": "public",
"directory": "dist"
"directory": "dist",
"tag": "latest"
}
}

0 comments on commit ae1c337

Please sign in to comment.