summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-04-24 02:52:09 -0600
committerDan Allen <dan.j.allen@gmail.com>2022-04-24 02:52:09 -0600
commit4e7b2ed95f22ba235ce1749d6a63441d12b659ea (patch)
tree017c156dcf45ffaf18282463fa8710d52efff3e5 /.github
parente08eecedf7a02533a6ca80422395a601fe10e1d9 (diff)
remove dry run from release script [no ci]
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml2
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