Skip to content

Commit 1f5dbfc

Browse files
committed
Update release workflow
1 parent a794902 commit 1f5dbfc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ jobs:
3737
with:
3838
ruby-version: '3.2'
3939
bundler-cache: true
40+
cache-version: 1 # Increment this when you need to bust cache
41+
42+
- name: Install dependencies
43+
run: |
44+
bundle config set --local deployment false
45+
bundle install
4046
4147
- name: Configure Git
4248
run: |

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
ruby_llm-template (0.1.0)
4+
ruby_llm-template (0.1.1)
55
ruby_llm (>= 1.0)
66
ruby_llm-schema (>= 0.2.0)
77

0 commit comments

Comments
 (0)