Skip to content

Commit 6ed5a02

Browse files
committed
undo change
1 parent 4ca2e4d commit 6ed5a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-single-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: docker/setup-qemu-action@v2
4646

4747
- name: Publish Image To Quay
48-
if: steps.release_status.ouputs.OUTPUT == 'unreleased'
48+
if: steps.release_status.outputs.OUTPUT == 'unreleased'
4949
run: python pipeline.py --image-name ${{ github.event.inputs.pipeline-argument }} --release --sign
5050
env:
5151
MONGODB_COMMUNITY_CONFIG: "${{ github.workspace }}/scripts/ci/config.json"

0 commit comments

Comments
 (0)