Skip to content

Commit 4a54f0c

Browse files
authored
fix(ci): release-package input (#297)
1 parent dcd813a commit 4a54f0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
SHA_SHORT=$(git rev-parse --short HEAD)
3737
VERSION=$(cat VERSION)
3838
39-
package="${{ matrix.package }}"
39+
package="${{ inputs.package }}"
4040
tag_ver="ghcr.io/walletconnect/${package}:${VERSION}"
4141
amd="ghcr.io/walletconnect/${package}:${SHA_SHORT}-amd64"
4242
arm="ghcr.io/walletconnect/${package}:${SHA_SHORT}-arm64"

0 commit comments

Comments
 (0)