We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e174565 commit 487b69eCopy full SHA for 487b69e
.github/workflows/release.yaml
@@ -44,7 +44,7 @@ jobs:
44
git fetch origin main
45
git merge-base --is-ancestor ${GITHUB_REF##*/} origin/main && echo "${GITHUB_REF##*/} is a commit on main!"
46
47
- - uses: tale/kubectl-action@v1
+ - uses: azure/setup-kubectl@v3
48
49
- name: Create release artifacts
50
run: |
0 commit comments