Skip to content

Commit 7344389

Browse files
committed
fix: use same glob for oci registry upload
1 parent ea1e585 commit 7344389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ jobs:
6565
--destination . \
6666
--version ${{ github.ref_name }} \
6767
--app-version ${{ github.ref_name }}
68-
devbox run -- echo "${GITHUB_TOKEN}" | helm registry login ghcr.io --username ${{ github.actor }} --password-stdin && helm push vgpu-token-operator-chart-${{ github.ref_name }}.tgz oci://ghcr.io/nutanix-cloud-native/vgpu-token-operator-charts
68+
devbox run -- echo "${GITHUB_TOKEN}" | helm registry login ghcr.io --username ${{ github.actor }} --password-stdin && helm push vgpu-token-operator-*.tgz oci://ghcr.io/nutanix-cloud-native/vgpu-token-operator-charts
6969
devbox run -- gh release upload ${{ github.ref_name }} vgpu-token-operator-*.tgz

0 commit comments

Comments
 (0)