Skip to content

Commit

Permalink
fix gorepomod release
Browse files Browse the repository at this point in the history
  • Loading branch information
antoooks committed Feb 3, 2024
1 parent 741b9f4 commit 0ac4a8a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release-cmd-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ 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 0ac4a8a

Please sign in to comment.