File tree 3 files changed +1
-15
lines changed
3 files changed +1
-15
lines changed Original file line number Diff line number Diff line change 24
24
chmod 0600 $HOME/.gem/credentials
25
25
printf -- "---\n:rubygems_api_key: ${GEM_HOST_API_KEY}\n" > $HOME/.gem/credentials
26
26
VERSION=${GITHUB_REF#refs/tags/v} gem build *.gemspec
27
- gem push *.gemspec
27
+ gem push *.gem
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# ApiValve
2
2
3
3
[ ![ Gem Version] ( https://badge.fury.io/rb/api_valve.svg )] ( https://badge.fury.io/rb/api_valve )
4
- [ ![ Build Status] ( https://travis-ci.org/mkon/api_valve.svg?branch=master )] ( https://travis-ci.org/mkon/api_valve )
5
4
![ ] ( https://github.com/mkon/api_valve/workflows/Test/badge.svg?branch=master )
6
5
[ ![ Depfu] ( https://badges.depfu.com/badges/1f5892cc85d02997050e0a4d077c7dc4/overview.svg )] ( https://depfu.com/github/mkon/api_valve?project_id=5958 )
7
6
You can’t perform that action at this time.
0 commit comments