Skip to content

Commit

Permalink
attempt to fix GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vklimontovich committed Dec 11, 2023
1 parent 26e90db commit 134a10e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ jobs:
- name: Build and test
run: pnpm run build && pnpm run test


- name: Prepare git for tagging the release
run: |
git config --global user.name "Github Actions Bot"
git config --global user.email "[email protected]"
- name: Publish canary release to NPM repository
run: pnpm canary:publish
env:
Expand Down

1 comment on commit 134a10e

@vercel
Copy link

@vercel vercel bot commented on 134a10e Dec 11, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.