Skip to content

Commit

Permalink
remove update orchid version on GA
Browse files Browse the repository at this point in the history
  • Loading branch information
kewcoder committed Dec 6, 2024
1 parent 1c24fad commit 183acf0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
run: npm install
- name: Login npm
run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
- name: update version orchid
run: npm run update:version-patch
- name: build orchid core
run: npm run publish:core
env:
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@orchidui/core",
"description": "Orchid UI, Library Vue 3 tailwind css",
"version": "1.0.13",
"version": "1.0.14",
"type": "module",
"scripts": {
"build": "vite build"
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@orchidui/dashboard",
"description": "Orchid Dashboard UI , Dashboard Ui Library Vue 3 tailwind css",
"version": "1.0.13",
"version": "1.0.14",
"type": "module",
"scripts": {
"build": "vite build"
Expand Down

0 comments on commit 183acf0

Please sign in to comment.