Skip to content

Commit

Permalink
test: changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoKam committed May 3, 2024
1 parent 5609592 commit bbb142e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
run: |
npm i pnpm -g
pnpm i --no-frozen-lockfile
git config --global user.email "[email protected]"
git config --global user.name "action-robot"
git commit -am 'commit lock file'
- name: publish
id: changesets
Expand Down

0 comments on commit bbb142e

Please sign in to comment.