Skip to content

Commit

Permalink
GHA: Fixing publishing of the HashiCorp Vault integration (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimu authored Jul 30, 2024
1 parent 5000b56 commit d9d105d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.hashicorpvault.plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }})"
Expand Down

0 comments on commit d9d105d

Please sign in to comment.