Skip to content

Commit 17bc6d7

Browse files
authored
Prepare release (#8)
Signed-off-by: Samuel Giddins <[email protected]>
1 parent 1fdfa90 commit 17bc6d7

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.github/workflows/push_gem.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Push Gem
22

33
on:
4-
push:
5-
tags:
6-
- v*
4+
release:
5+
types: [published]
76

87
permissions:
98
contents: read
@@ -28,8 +27,8 @@ jobs:
2827
- name: Set up Ruby
2928
uses: ruby/setup-ruby@3a77c29278ae80936b4cb030fefc7d21c96c786f # v1.185.0
3029
with:
31-
bundler-cache: true
30+
bundler-cache: false
3231
ruby-version: ruby
3332

3433
# Release
35-
- uses: rubygems/release-gem@612653d273a73bdae1df8453e090060bb4db5f31 # v1
34+
- uses: rubygems/release-gem@a25424ba2ba8b387abc8ef40807c2c85b96cbe32 # v1.1.1

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
gem_server_conformance (0.1.4)
4+
gem_server_conformance (0.1.5)
55
rspec (~> 3.0)
66

77
GEM

lib/gem_server_conformance/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module GemServerConformance
4-
VERSION = "0.1.4"
4+
VERSION = "0.1.5"
55
end

0 commit comments

Comments
 (0)