Skip to content

Commit

Permalink
fix(ci): release gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
theaungmyatmoe committed Nov 6, 2023
1 parent 44ce148 commit 4230bcb
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/major-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,25 @@ jobs:
with:
version: 8.x.x


- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
cache-dependency-path: ${{github.workspace}}/apps/**/pnpm-lock.yaml

- name: Install dependencies
- name: Install Turbo Globally
shell: bash
run: |
VERSION=$(npm view turbo --json | jq -r '.versions | last') || 'latest'
echo "Latest published version: $VERSION"
pnpm add -g turbo@$VERSION
- name: Install Node dependencies
run: pnpm install

- name: Build mCal frontend
run: pnpm build --filter=mcal

- name: Install Rust stable
Expand All @@ -82,9 +93,6 @@ jobs:
sudo apt-get update
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
- name: Build mCal frontend
run: pnpm build

# build tauri app
- uses: tauri-apps/tauri-action@v0
env:
Expand Down

1 comment on commit 4230bcb

@vercel
Copy link

@vercel vercel bot commented on 4230bcb Nov 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mcal-doc – ./apps/docs

mcal-doc-myanmar-cyber-youths.vercel.app
mcal-doc-git-main-myanmar-cyber-youths.vercel.app
mcal-doc.vercel.app

Please sign in to comment.