Skip to content

Commit 5e9487b

Browse files
committed
try with "**"
1 parent 2961e6d commit 5e9487b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/push_gem.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Push Ruby Gem
22

33
on:
44
push:
5-
tags: ["*"]
5+
tags: ["**"]
66

77
jobs:
88
push:

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
typeid (0.1.6)
4+
typeid (0.1.7)
55
uuid7 (~> 0.2.0)
66

77
GEM

lib/typeid/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class TypeID < String
2-
VERSION = "0.1.6".freeze
2+
VERSION = "0.1.7".freeze
33
end

0 commit comments

Comments
 (0)