Skip to content

Commit dd0d281

Browse files
committed
Make the binary executable and run it with the correct Ruby version in the workflow
1 parent 143747a commit dd0d281

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-new-ruby-versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
RUBY_VERSIONS: ${{ github.event.inputs.ruby_versions }}
3434
IMAGE_VERSIONS: ${{ github.event.inputs.image_versions }}
3535
REPOSITORY: ${{ github.repository }}
36-
run: ruby bin/normalize-publish-inputs
36+
run: bin/normalize-publish-inputs
3737

3838
publish:
3939
name: Publish Images

bin/normalize-publish-inputs

100644100755
File mode changed.

0 commit comments

Comments
 (0)