We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcd813a commit 4a54f0cCopy full SHA for 4a54f0c
1 file changed
.github/workflows/release-package.yaml
@@ -36,7 +36,7 @@ jobs:
36
SHA_SHORT=$(git rev-parse --short HEAD)
37
VERSION=$(cat VERSION)
38
39
- package="${{ matrix.package }}"
+ package="${{ inputs.package }}"
40
tag_ver="ghcr.io/walletconnect/${package}:${VERSION}"
41
amd="ghcr.io/walletconnect/${package}:${SHA_SHORT}-amd64"
42
arm="ghcr.io/walletconnect/${package}:${SHA_SHORT}-arm64"
0 commit comments