Skip to content

Commit

Permalink
Fix bug #1
Browse files Browse the repository at this point in the history
  • Loading branch information
scme0 committed Feb 18, 2024
1 parent 23a869b commit 5b21c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-versioning-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config user.name "github-actions[bot]"
git add charts/kubernetes-agent/Chart.yaml
git add pnpm-lock.json
git add pnpm-lock.yaml
git commit -m "Update charts/kubernetes-agent/Chart.yaml"
git push --set-upstream origin changeset-release/main
if: steps.changesets.outputs.hasChangesets == 'true'
Expand Down

0 comments on commit 5b21c7f

Please sign in to comment.