We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
"**"
1 parent 2961e6d commit 5e9487bCopy full SHA for 5e9487b
3 files changed
.github/workflows/push_gem.yml
@@ -2,7 +2,7 @@ name: Push Ruby Gem
2
3
on:
4
push:
5
- tags: ["*"]
+ tags: ["**"]
6
7
jobs:
8
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
remote: .
specs:
- typeid (0.1.6)
+ typeid (0.1.7)
uuid7 (~> 0.2.0)
GEM
lib/typeid/version.rb
@@ -1,3 +1,3 @@
class TypeID < String
- VERSION = "0.1.6".freeze
+ VERSION = "0.1.7".freeze
end
0 commit comments