Skip to content

Commit 36debea

Browse files
committed
cleanup github workflow
1 parent 7a14850 commit 36debea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/plugin.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ jobs:
4545
- name: Upload artifacts to release
4646
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
4747
with:
48-
files: |
49-
dist/kubectl-ingress-nginx_*
48+
files: dist/kubectl-ingress-nginx_*
5049
env:
5150
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5251

0 commit comments

Comments
 (0)