Skip to content

Commit

Permalink
Fix path to kubernetes resources for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kenfinnigan committed Sep 21, 2021
1 parent 8de6989 commit 8375271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Create release
uses: ncipollo/release-action@v1
with:
artifacts: "kubernetes/*.yml"
artifacts: "target/kubernetes/*.yml"
tag: ${{ github.event.inputs.release_version }}
token: ${{ secrets.GITHUB_TOKEN }}
# - name: Login to Quay.io
Expand Down

0 comments on commit 8375271

Please sign in to comment.