Skip to content

Commit

Permalink
Merge pull request #28 from ikura-hamu/fix/shell_script
Browse files Browse the repository at this point in the history
🐛 シェルスクリプトの修正
  • Loading branch information
ikura-hamu committed Sep 22, 2024
2 parents 3bb3a5c + baaa09e commit 16623d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
- name: Check doc diff
shell: bash
run: |
if [[ -n $(git status --porcelain) ]]; then
if [ -n $(git status --porcelain) ]; then
exit 1
fi

0 comments on commit 16623d3

Please sign in to comment.