Skip to content

Commit

Permalink
Update platform-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
brett-hodges committed Oct 4, 2024
1 parent 53b96c2 commit ddacf0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/platform-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@ jobs:
# checkout the current repository
- name: Checkout kitops
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
path: kitops

# checkout the homebrew-kitops repository (jozu-ai/homebrew-kitops)
- name: Checkout homebrew-kitops
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand All @@ -168,6 +167,7 @@ jobs:
ref: 'main'
path: homebrew-kitops
token: ${{ secrets.GITHUB_TOKEN }}

- name: Merge built artifacts
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.3
with:
Expand Down

0 comments on commit ddacf0a

Please sign in to comment.