Skip to content

Commit 504a532

Browse files
committed
Fix invalid path in publish.yml
1 parent d64bcd7 commit 504a532

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish
22
on:
33
push:
44
branches: master
5-
paths: lib/rubocop/rspec/version.rb
5+
paths: lib/rubocop/rspec_rails/version.rb
66
jobs:
77
publish:
88
name: Publish to RubyGems
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
bundle exec rake create_release_notes
2727
gh release create $(git tag --points-at @) \
28-
--title "RuboCop RSpec $(git tag --points-at @)" \
28+
--title "RuboCop RSpec Rails $(git tag --points-at @)" \
2929
--notes-file relnotes.md
3030
- name: Replace version in Antora config
3131
run: |

0 commit comments

Comments
 (0)