We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea48770 commit 03bef85Copy full SHA for 03bef85
1 file changed
.github/workflows/push_gem.yml
@@ -46,6 +46,10 @@ jobs:
46
- name: Configure trusted publishing credentials
47
uses: rubygems/configure-rubygems-credentials@v1.0.0
48
49
+ - name: Install dependencies
50
+ run: gem install rake-compiler
51
+ shell: bash
52
+
53
- name: Run release rake task
54
run: rake release
55
shell: bash
0 commit comments