Skip to content

Commit

Permalink
fix(action): changeset action
Browse files Browse the repository at this point in the history
  • Loading branch information
SySagar committed Jul 12, 2024
1 parent a5f4eec commit a85e97a
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 112 deletions.
5 changes: 5 additions & 0 deletions .changeset/clever-drinks-happen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@groovy-box/ui': minor
---

changeset action update
5 changes: 0 additions & 5 deletions .changeset/quick-goats-visit.md

This file was deleted.

22 changes: 7 additions & 15 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
name: CI

on:
workflow_dispatch:
branches: [main, releases, monorepo]
push:
branches:
- main
- releases
- monorepo

permissions:
contents: write
pull-requests: write

jobs:
build:
publish:
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -23,20 +26,9 @@ jobs:
- name: npm install, build, and test
run: |
npm install --frozen-lockfile
npm run lint && npm run build --if-present
npm run ui:build --if-present
env:
CI: true

publish:
runs-on: ubuntu-latest
needs: [build]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 14.x
cache: 'npm'
- run: npm install
- name: Create Release Pull Request or Publish
id: changesets
uses: changesets/action@v1
Expand Down
90 changes: 0 additions & 90 deletions lib/components/Avatar/Avatar.tsx

This file was deleted.

Empty file.
1 change: 0 additions & 1 deletion lib/components/Avatar/avatar.module.css.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion lib/components/Avatar/index.tsx

This file was deleted.

0 comments on commit a85e97a

Please sign in to comment.