Skip to content

Commit

Permalink
fix ref
Browse files Browse the repository at this point in the history
Signed-off-by: Meredith Lancaster <[email protected]>
  • Loading branch information
malancas committed Jun 7, 2024
1 parent 2086fdf commit 0b69916
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/policies-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
release-policy-controller:
uses: ./github/workflows/release.yml
uses: ./.github/workflows/release.yml
with:
chart_name: policy-controller-policies
chart_release: ${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/policy-controller-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
release-policy-controller:
uses: ./github/workflows/release.yml
uses: ./.github/workflows/release.yml
with:
chart_name: policy-controller
chart_release: ${{ github.ref }}
Expand Down

0 comments on commit 0b69916

Please sign in to comment.