We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d64bcd7 + 504a532 commit 225b71aCopy full SHA for 225b71a
.github/workflows/publish.yml
@@ -2,7 +2,7 @@ name: Publish
2
on:
3
push:
4
branches: master
5
- paths: lib/rubocop/rspec/version.rb
+ paths: lib/rubocop/rspec_rails/version.rb
6
jobs:
7
publish:
8
name: Publish to RubyGems
@@ -25,7 +25,7 @@ jobs:
25
run: |
26
bundle exec rake create_release_notes
27
gh release create $(git tag --points-at @) \
28
- --title "RuboCop RSpec $(git tag --points-at @)" \
+ --title "RuboCop RSpec Rails $(git tag --points-at @)" \
29
--notes-file relnotes.md
30
- name: Replace version in Antora config
31
0 commit comments