Skip to content

Commit 6a38a23

Browse files
committed
fix gorepomod release
1 parent 0ac4a8a commit 6a38a23

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-cmd-config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ jobs:
9494
git config --global user.name "Development"
9595
git remote add upstream "https://x-access-token:${GITHUB_TOKEN}@github.com/antoooks/kustomize.git"
9696
git remote -v
97+
git add --all
98+
git commit -m "pin kyaml" || true
99+
git push
97100
gorepomod pin kyaml --local --doIt
98101
- name: Release cmd/config
99102
run: |

0 commit comments

Comments
 (0)