diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-04-24 02:52:09 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-04-24 02:52:09 -0600 |
| commit | 4e7b2ed95f22ba235ce1749d6a63441d12b659ea (patch) | |
| tree | 017c156dcf45ffaf18282463fa8710d52efff3e5 /.github | |
| parent | e08eecedf7a02533a6ca80422395a601fe10e1d9 (diff) | |
remove dry run from release script [no ci]
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c6f5bd84..27466aa0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: sudo apt-get install ghostscript poppler-utils libgraphicsmagick1-dev - name: Configure Bundler run: | - bundle config --local path vendor/bundle + bundle config --local path .bundle/gems bundle config --local without coverage docs - name: Install dependencies run: bundle --jobs 3 --retry 3 |
