Skip to content

Commit

Permalink
Update bump.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
relliv committed Sep 29, 2024
1 parent 0a9ae90 commit ecebc0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
# Add changes to commit
git add composer.lock package.json pnpm-lock.yaml
git commit -m "chore: update dependencies on $DATE" || echo "No changes to commit"
git commit -m "Chore: update dependencies on $DATE" || echo "No changes to commit"
# Push changes to remote, force with lease for safety
git push --set-upstream origin $BRANCH_NAME || exit 1
Expand Down

0 comments on commit ecebc0e

Please sign in to comment.