Skip to content

Commit

Permalink
fix: Fix release-please version path (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
gorka-sq authored Mar 15, 2024
1 parent 7b6277d commit 154fa02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
release-type: ruby
package-name: sequra-style
bump-minor-pre-major: true
version-file: 'lib/sequra/sequra-style/version.rb'
version-file: 'lib/sequra/style/version.rb'
- uses: actions/checkout@v2
if: ${{ steps.release.outputs.release_created }}
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 154fa02

Please sign in to comment.