Skip to content

Commit

Permalink
Prepare release (#8)
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Giddins <[email protected]>
  • Loading branch information
segiddins authored Dec 19, 2024
1 parent 1fdfa90 commit 17bc6d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/push_gem.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Push Gem

on:
push:
tags:
- v*
release:
types: [published]

permissions:
contents: read
Expand All @@ -28,8 +27,8 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@3a77c29278ae80936b4cb030fefc7d21c96c786f # v1.185.0
with:
bundler-cache: true
bundler-cache: false
ruby-version: ruby

# Release
- uses: rubygems/release-gem@612653d273a73bdae1df8453e090060bb4db5f31 # v1
- uses: rubygems/release-gem@a25424ba2ba8b387abc8ef40807c2c85b96cbe32 # v1.1.1
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
gem_server_conformance (0.1.4)
gem_server_conformance (0.1.5)
rspec (~> 3.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/gem_server_conformance/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module GemServerConformance
VERSION = "0.1.4"
VERSION = "0.1.5"
end

0 comments on commit 17bc6d7

Please sign in to comment.