Skip to content

Commit

Permalink
chore: update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
aiji42 committed Feb 22, 2023
1 parent c1d6c9d commit 14cd85b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,11 @@ jobs:
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- name: Install dependencies 💿
run: yarn install --frozen-lockfile
- name: Copy README.md
run: cp ./README.md ./packages/core/README.md
- name: Publish 🚀
run: yarn run release
run: |
rm .npmrc
cp ./README.md ./packages/core/README.md
yarn run release
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

1 comment on commit 14cd85b

@vercel
Copy link

@vercel vercel bot commented on 14cd85b Feb 22, 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:

zod-i18n – ./

zod-i18n-git-main-aiji42.vercel.app
zod-i18n.vercel.app
zod-i18n-aiji42.vercel.app

Please sign in to comment.