.github/workflows/release.yml in mr_loga_loga-0.1.4 vs .github/workflows/release.yml in mr_loga_loga-0.1.5
- old
+ new
@@ -71,9 +71,9 @@
gem push *.gem
env:
RUBYGEMS_API_KEY: ${{secrets.RUBYGEMS_API_KEY}}
- name: Commit Updated Files 📤
- uses: EndBug/add-and-commit@v7
+ uses: EndBug/add-and-commit@v8.0.1
with:
add: "['Gemfile.lock', 'lib/mr_loga_loga/version.rb']"
message: "chore: post-release ${{ steps.release-version.outputs.version }}"