Skip to content

Commit

Permalink
release everything
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnichase committed Jun 20, 2024
1 parent de6504c commit a34b9c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release-got-react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,18 @@ jobs:
- name: Install
shell: bash
run: pnpm install
- name: Build
- name: Build Core
working-directory: ./packages/got-core
shell: bash
run: pnpm build
- name: Build
- name: Build Api
working-directory: ./packages/got-api
shell: bash
run: pnpm build
- name: Build React
working-directory: ./packages/got-react
shell: bash
run: pnpm build
- name: Publish
working-directory: ./packages/got-react
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion packages/got-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gothub/got-react",
"version": "0.0.15",
"version": "0.0.16",
"license": "MIT",
"type": "module",
"main": "dist/module/index.js",
Expand Down

0 comments on commit a34b9c9

Please sign in to comment.