From 29ea9242129fdf00ca7b900517fbef7f6ce34314 Mon Sep 17 00:00:00 2001 From: jpts Date: Mon, 29 Aug 2022 23:37:44 +0100 Subject: [PATCH] ci: fix acition name --- .github/workflows/goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 91332d1..5b0b091 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -37,7 +37,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Build krew template - uses: jpts/kubectl-execws/.github/actions/j2cli@main + uses: jpts/kubectl-execws/.github/actions/j2cli@master with: template: .krew/template.j2 datafile: .krew/architectures.yaml