Skip to content

Commit

Permalink
workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Nov 30, 2023
1 parent 07ca970 commit b7d7a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-new-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "Pouya Saadeghi"
git add --all
if [-z "$(git status --porcelain)"]; then
if [ -z "$(git status --porcelain)" ]; then
echo push=false >> $GITHUB_OUTPUT
else
git commit -m "Update src/docs/.env" -a
Expand Down

0 comments on commit b7d7a06

Please sign in to comment.