Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
antoooks committed Feb 3, 2024
1 parent 3ce2b33 commit d863e64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-cmd-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ jobs:
git remote add upstream "https://x-access-token:${GITHUB_TOKEN}@github.com/antoooks/kustomize.git"
git remote -v
gorepomod pin kyaml --local --doIt
git add --all
git commit -m "pin kyaml"
git push
- name: Release cmd/config
run: |
gorepomod release cmd/config ${{ inputs.release_type }} --local --doIt

0 comments on commit d863e64

Please sign in to comment.