Skip to content

Commit

Permalink
Merge pull request #21 from WTFAcademy/dev
Browse files Browse the repository at this point in the history
ci
  • Loading branch information
KieSun committed Apr 18, 2023
2 parents 2ad66e9 + 98eec64 commit e090ca3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/relesae.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,14 @@ jobs:
- name: Install Dependencies
run: pnpm install --no-frozen-lockfile

- name: Build Projects
run: pnpm build:lib

- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1
with:
publish: pnpm run build:lib && pnpm changeset publish
publish: pnpm release
env:
GITHUB_TOKEN: ${{ secrets.SOLIVE_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

2 comments on commit e090ca3

@vercel
Copy link

@vercel vercel bot commented on e090ca3 Apr 18, 2023

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on e090ca3 Apr 18, 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:

solive-doc – ./

solive-doc-git-main-wtfacademy.vercel.app
solive-doc-wtfacademy.vercel.app
solive-doc.vercel.app

Please sign in to comment.