We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8328b88 commit d5ac1f4Copy full SHA for d5ac1f4
.github/workflows/dockers.yml
@@ -9,6 +9,8 @@ on:
9
- master
10
11
workflow_dispatch:
12
+ release:
13
+ types: [published]
14
15
jobs:
16
.github/workflows/release.yml
@@ -132,7 +132,7 @@ jobs:
132
- name: Get binary packages
133
uses: actions/download-artifact@v2
134
- name: Setup ruby
135
- uses: actions/setup-ruby@v1
+ uses: ruby/setup-ruby@v1
136
with:
137
ruby-version: "2.7"
138
- name: Install deb-s3
0 commit comments