Skip to content

Commit 8e0201f

Browse files
committed
chore: lint publish-on-tag workflow
1 parent a2818f8 commit 8e0201f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/publish-on-tag.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
- name: Build packages
2929
run: |
3030
cd pkg/ui && pnpm build && cd ../..
31-
cd pkg/auth && pnpm build && cd ../..
3231
cd pkg/commerce && pnpm build && cd ../..
3332
cd pkg/brand && pnpm build && cd ../..
3433
cd pkg/react && pnpm build && cd ../..
@@ -66,7 +65,6 @@ jobs:
6665
- name: Build all packages
6766
run: |
6867
cd pkg/ui && pnpm build && cd ../..
69-
cd pkg/auth && pnpm build && cd ../..
7068
cd pkg/commerce && pnpm build && cd ../..
7169
cd pkg/brand && pnpm build && cd ../..
7270
cd pkg/react && pnpm build && cd ../..
@@ -88,7 +86,7 @@ jobs:
8886
SKIPPED_COUNT=0
8987
PUBLISHED_PACKAGES=""
9088
91-
for package in ui auth commerce brand react; do
89+
for package in ui commerce brand react; do
9290
cd "pkg/$package"
9391
9492
CURRENT_VERSION=$(node -p "require('./package.json').version")
@@ -146,7 +144,7 @@ jobs:
146144
147145
```bash
148146
# Install latest versions
149-
npm install @hanzo/ui @hanzo/auth @hanzo/commerce @hanzo/brand @hanzo/react
147+
npm install @hanzo/ui @hanzo/commerce @hanzo/brand @hanzo/react
150148
```
151149
files: |
152150
CHANGELOG.md

0 commit comments

Comments
 (0)