Skip to content

Commit

Permalink
fix: trying version file bumping
Browse files Browse the repository at this point in the history
  • Loading branch information
invalidusrname committed Nov 25, 2022
1 parent c123e61 commit 4aebb94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ jobs:
- uses: google-github-actions/release-please-action@v3
id: release
with:
package-name: "${{ env.GEM_NAME }}"
bump-minor-pre-major: true
package-name: image_scraper
release-type: ruby
version-file: "lib/${{ env.GEM_NAME }}/version.rb"
version-file: "lib/image_scraper/version.rb"
- uses: actions/checkout@v3
- name: remove Gemfile.lock
if: "${{ steps.release.outputs.release_created }}"
Expand Down

0 comments on commit 4aebb94

Please sign in to comment.