Skip to content

Commit 6fb26bc

Browse files
committed
Remove an unnecessary step
1 parent 000e389 commit 6fb26bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
with:
2525
bundler-cache: true
2626
ruby-version: 3.3
27-
- run: bundle install --deployment
2827
- name: Update version file with the release version
2928
run: |
3029
if [ "${{ github.event_name }}" == "workflow_dispatch" ]; then

0 commit comments

Comments
 (0)