Skip to content

Commit 487b69e

Browse files
committed
Replacing kubectl action
Signed-off-by: Ben <[email protected]>
1 parent e174565 commit 487b69e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
git fetch origin main
4545
git merge-base --is-ancestor ${GITHUB_REF##*/} origin/main && echo "${GITHUB_REF##*/} is a commit on main!"
4646
47-
- uses: tale/kubectl-action@v1
47+
- uses: azure/setup-kubectl@v3
4848

4949
- name: Create release artifacts
5050
run: |

0 commit comments

Comments
 (0)