Skip to content

Commit cb7d2be

Browse files
authored
chore: update workflow to create patch versions
Signed-off-by: Todd Baert <[email protected]>
1 parent 3c9fdd9 commit cb7d2be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/audit-pending-releases.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
git add --all && \
4444
git config user.name "openfeature-peer-update-bot" && \
4545
git config user.email "[email protected]" && \
46-
git commit -m 'chore: bump @openfeaure/${{ env.CORE_PACKAGE }} peer' -s && \
46+
git commit -m 'fix: bump @openfeaure/${{ env.CORE_PACKAGE }} peer' -s && \
4747
git push ) || echo 'Peer dependency in dependants is already up to date.'
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)