Skip to content

Commit

Permalink
fix: allow empty commit
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoKam committed May 14, 2024
1 parent 71638c5 commit 210d4c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ jobs:
pnpm i --no-frozen-lockfile
git config --global user.email "action-robot@github.com"
git config --global user.name "action-robot"
git diff --quiet --cached || exit 0
git commit -am 'commit lock file'
git diff --quiet || git commit -am 'commit lock file'
- name: publish
id: changesets
uses: changesets/action@v1
Expand Down

0 comments on commit 210d4c7

Please sign in to comment.