Commit 39e5f04
authored
Add step to install dependencies in release workflow (#730)
Sorry, I made a mistake in the previous PR because I had assumed that `bundler-cache: false` would still install dependencies.
Apparently, it does not. So we have to install them explicitly (while continuing to not do caching, to protect against cache poisoning).1 parent 16c9eb1 commit 39e5f04
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
0 commit comments