Skip to content

Commit d5ac1f4

Browse files
authored
Fix release workflows. (#229)
- Trigger dockers on release. - Update ruby setup for deb-s3.
1 parent 8328b88 commit d5ac1f4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/dockers.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
- master
1010

1111
workflow_dispatch:
12+
release:
13+
types: [published]
1214

1315
jobs:
1416

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
- name: Get binary packages
133133
uses: actions/download-artifact@v2
134134
- name: Setup ruby
135-
uses: actions/setup-ruby@v1
135+
uses: ruby/setup-ruby@v1
136136
with:
137137
ruby-version: "2.7"
138138
- name: Install deb-s3

0 commit comments

Comments
 (0)