Skip to content

Commit

Permalink
use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
softmarshmallow committed Dec 16, 2023
1 parent 5b94f07 commit ad5c8f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/realease-desktop-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
cache: "yarn" # This will automatically install and cache Yarn

- name: Install dependencies
run: npm ci
run: yarn install --frozen-lockfile # (npm ci)

- name: Publish app
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: npm run publish
run: yarn run publish

3 comments on commit ad5c8f2

@vercel
Copy link

@vercel vercel bot commented on ad5c8f2 Dec 16, 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:

grida – ./web

grida-git-main-grida.vercel.app
grida.vercel.app
grida-grida.vercel.app
app.bridged.xyz
app.grida.co

@vercel
Copy link

@vercel vercel bot commented on ad5c8f2 Dec 16, 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:

posts – ./packages/app-cms-posts

posts-grida.vercel.app
grida-cms-posts.vercel.app
posts-git-main-grida.vercel.app
posts.grida.co

@vercel
Copy link

@vercel vercel bot commented on ad5c8f2 Dec 16, 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:

www – ./www

grida.co
www-grida.vercel.app
www-git-main-grida.vercel.app
bridged.xyz
www.grida.co

Please sign in to comment.