Skip to content

Commit 34dd00d

Browse files
committed
Fix release GH action
1 parent d7a2c1d commit 34dd00d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: Setup Kustomize
13-
uses: ./.github/actions/kustomize
13+
uses: fluxcd/pkg/actions/kustomize@master
1414
- name: Get version
1515
id: get_version
1616
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}

0 commit comments

Comments
 (0)