.github/workflows/release-please.yml in fluent-plugin-formatter-protobuf-0.4.0 vs .github/workflows/release-please.yml in fluent-plugin-formatter-protobuf-0.5.0

- old
+ new

@@ -15,13 +15,14 @@ release-type: ruby version-file: "lib/fluent/plugin/version.rb" - uses: actions/checkout@v2 - - name: Set up Ruby 2.5 + - name: Set up Ruby uses: ruby/setup-ruby@v1 with: bundler-cache: true + ruby-version: '2.5' - name: Publish to GPR run: | mkdir -p $HOME/.gem touch $HOME/.gem/credentials