Skip to content

Commit

Permalink
ci: add git status to see workspace change before release
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Aug 31, 2024
1 parent ed65e02 commit 1f8b75d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,8 @@ jobs:
path: .
pattern: vitest-config-*
merge-multiple: true
- name: "Git status"
run: git status
- name: Release packages
env:
CI: true
Expand Down

0 comments on commit 1f8b75d

Please sign in to comment.