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 4193816 commit 35886edCopy full SHA for 35886ed
.github/workflows/cd_rubygems.yaml
@@ -3,11 +3,10 @@ name: Release package to rubygems.org
3
on:
4
push:
5
tags:
6
- - 'v*'
+ - "v*"
7
8
jobs:
9
publish:
10
-
11
runs-on: ubuntu-latest
12
13
steps:
@@ -25,13 +24,11 @@ jobs:
25
24
26
- name: Run tests
27
run: bundle exec rake
28
- env:
+ env:
29
IPINFO_TOKEN: ${{ secrets.IPINFO_TOKEN }}
30
31
- name: Build
32
run: gem build *.gemspec
33
34
- name: Publish
35
- run: gem push *.gem
36
37
- GEM_HOST_API_KEY: ${{ secrets.GEM_HOST_API_KEY }}
+ uses: rubygems/release-gem@v1
0 commit comments