Skip to content

Commit

Permalink
Add updated package lock to version bump commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bobvandevijver committed Dec 1, 2024
1 parent 14235e0 commit 8278922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
echo -E "${updatedLock}" > package-lock.json
git config --global user.name 'Action User'
git config --global user.email '[email protected]'
git add package.json
git add package.json package-lock.json
git commit -m "Bump version to ${{ needs.check_if_sentry_updated.outputs.sentry_version }}"
git push
Expand Down

0 comments on commit 8278922

Please sign in to comment.