From 401b8f6eaaeba4863f767579a53f78f3092a56c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TATSUNO=20=E2=80=9CTaz=E2=80=9D=20Yasuhiro?= Date: Tue, 9 Dec 2025 09:29:25 +0900 Subject: [PATCH] fix --- .github/workflows/create_release.yml | 7 ++----- .gitignore | 1 + 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index ecb6df4c..73f9a371 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -21,11 +21,6 @@ jobs: - uses: actions/checkout@v5 with: fetch-depth: 0 - - name: Set up Ruby - uses: ruby/setup-ruby@v1 - with: - bundler-cache: true - ruby-version: ruby - name: Bump version.rb run: | @@ -73,6 +68,8 @@ jobs: uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.GITHUB_TOKEN }} + add-paths: | + lib/rspec/openapi/version.rb branch: ${{ env.RELEASE_BRANCH }} title: Release v${{ env.VERSION_NO_V }} commit-message: Bump version to ${{ env.VERSION_NO_V }} diff --git a/.gitignore b/.gitignore index c2fb2263..1df6e3c7 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ /spec/reports/ /tmp/ /Gemfile.lock +/vendor/ .DS_Store # rspec failure tracking