Skip to content

Commit 2bbebdf

Browse files
authored
fix: switched from fields from field (#2556)
1 parent 71efca4 commit 2bbebdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
gh workflow run post-atlas-operator-release.yaml \
133133
--repo mongodb/helm-charts \
134134
--ref main \
135-
--fields version="${{ env.RELEASE_TAG }}"
135+
--field version="${{ env.RELEASE_TAG }}"
136136
137137
# Move prerelease images to official release registries in Docker Hub and Quay
138138
- name: Move image to Docker registry release from prerelease

0 commit comments

Comments
 (0)