Skip to content

Commit a33a9bc

Browse files
authored
Update bump-versions.yml
1 parent f6daa08 commit a33a9bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
run: |
4040
echo "sqlite_database_integration_version=$(jq -r .sqlite_database_integration_version versions.json)" >> "$GITHUB_OUTPUT"
4141
echo "wordpress_version=$(jq -r .wordpress_version versions.json)" >> "$GITHUB_OUTPUT"
42-
echo "Diff: $(git diff)"
4342
echo "needs_update=`git status --porcelain`" >> "$GITHUB_OUTPUT"
43+
echo "Diff: $(git diff)"
4444
4545
- name: "Push changes to branch main"
4646
uses: stefanzweifel/git-auto-commit-action@v5

0 commit comments

Comments
 (0)