We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c9fdd9 commit cb7d2beCopy full SHA for cb7d2be
.github/workflows/audit-pending-releases.yml
@@ -43,7 +43,7 @@ jobs:
43
git add --all && \
44
git config user.name "openfeature-peer-update-bot" && \
45
git config user.email "[email protected]" && \
46
- git commit -m 'chore: bump @openfeaure/${{ env.CORE_PACKAGE }} peer' -s && \
+ git commit -m 'fix: bump @openfeaure/${{ env.CORE_PACKAGE }} peer' -s && \
47
git push ) || echo 'Peer dependency in dependants is already up to date.'
48
env:
49
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments