Skip to content

Commit

Permalink
Update release command
Browse files Browse the repository at this point in the history
  • Loading branch information
icodesign committed Dec 28, 2024
1 parent a10e3a5 commit 279bf68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
with:
commit: 'CI: Version Packages'
title: 'CI: Version Packages'
version: pnpm ci:version
publish: pnpm ci:publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@icodesign/dolphin-api",
"name": "@rootapp/dolphin-api-example",
"version": "0.2.0",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scripts": {
"release": "pnpm changeset",
"ci:version": "pnpm changeset version",
"ci:publish": "pnpm publish -r --access public"
"ci:publish": "pnpm publish -r --access public && pnpm changeset tag"
},
"dependencies": {
"typescript": "^5.5.0"
Expand Down

0 comments on commit 279bf68

Please sign in to comment.