Skip to content

Commit 1cb88d0

Browse files
Merge pull request #800 from imjasonh/event
Fix another typo in release.yaml
2 parents 555ac5d + 87292df commit 1cb88d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
5353
IMAGE_HOST: quay.io
5454
IMAGE: shipwright/shipwright-operator
55-
TAG: ${{ github.events.inputs.release }}
55+
TAG: ${{ github.event.inputs.release }}
5656
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5757
run: |
5858
make release

0 commit comments

Comments
 (0)