Skip to content

Commit

Permalink
chore: updated ci configuration to re-trigger merge from freb97/renov…
Browse files Browse the repository at this point in the history
…ate/node-22.x-lockfile
  • Loading branch information
freb97 committed Aug 19, 2024
1 parent 1014b42 commit f0b06b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ jobs:
- name: Bump version
id: bump_version
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
NEW_VERSION=$(npm version patch -m "chore: bumped package version to %s")
echo "NEW_VERSION=$NEW_VERSION" >> $GITHUB_ENV
Expand Down

0 comments on commit f0b06b2

Please sign in to comment.