From 6677ec03df4bf1ea75f6aa652d29111fa6bc4c8b Mon Sep 17 00:00:00 2001 From: Max Ustinov Date: Tue, 30 Jul 2024 14:44:56 -0700 Subject: [PATCH] GHA: Fixing publishing of the HashiCorp Vault integration --- .github/workflows/publish.hashicorpvault.plugin.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/publish.hashicorpvault.plugin.yml b/.github/workflows/publish.hashicorpvault.plugin.yml index 67cad53c..06083f26 100644 --- a/.github/workflows/publish.hashicorpvault.plugin.yml +++ b/.github/workflows/publish.hashicorpvault.plugin.yml @@ -50,6 +50,11 @@ jobs: 9QY3bC2MXN-HaMMfpUHbGQ/file/keepersecurity.pfx > file:/tmp/keepersecurity.pfx 9QY3bC2MXN-HaMMfpUHbGQ/custom_field/PFX Password > PASSPHRASE + - name: "Fetch Go Dependencies" + run: | + export GOPATH=$HOME/go + go mod tidy + - name: "Create binaries" run: | # initially `github.ref` == "ref/tags/vault-plugin-secrets-ksm/vX.Y.Z" PLUGIN_NAME="$(cut -d'/' -f3 <<<${{ github.ref }})"