Skip to content

Commit b5b7988

Browse files
authored
ci: fix release (#285)
1 parent 79ca6cf commit b5b7988

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/create_release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ jobs:
2121
- uses: actions/checkout@v5
2222
with:
2323
fetch-depth: 0
24-
- name: Set up Ruby
25-
uses: ruby/setup-ruby@v1
26-
with:
27-
bundler-cache: true
28-
ruby-version: ruby
2924

3025
- name: Bump version.rb
3126
run: |
@@ -73,6 +68,8 @@ jobs:
7368
uses: peter-evans/create-pull-request@v6
7469
with:
7570
token: ${{ secrets.GITHUB_TOKEN }}
71+
add-paths: |
72+
lib/rspec/openapi/version.rb
7673
branch: ${{ env.RELEASE_BRANCH }}
7774
title: Release v${{ env.VERSION_NO_V }}
7875
commit-message: Bump version to ${{ env.VERSION_NO_V }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
/spec/reports/
88
/tmp/
99
/Gemfile.lock
10+
/vendor/
1011
.DS_Store
1112

1213
# rspec failure tracking

0 commit comments

Comments
 (0)