From 5e9487b91c58271269e5b42896aff00690ba8aab Mon Sep 17 00:00:00 2001 From: broothie Date: Fri, 30 Jun 2023 16:42:11 -0700 Subject: [PATCH] try with `"**"` --- .github/workflows/push_gem.yml | 2 +- Gemfile.lock | 2 +- lib/typeid/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push_gem.yml b/.github/workflows/push_gem.yml index b0c2f08..3cd4422 100644 --- a/.github/workflows/push_gem.yml +++ b/.github/workflows/push_gem.yml @@ -2,7 +2,7 @@ name: Push Ruby Gem on: push: - tags: ["*"] + tags: ["**"] jobs: push: diff --git a/Gemfile.lock b/Gemfile.lock index 4d25c80..124df7c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - typeid (0.1.6) + typeid (0.1.7) uuid7 (~> 0.2.0) GEM diff --git a/lib/typeid/version.rb b/lib/typeid/version.rb index 2dadd60..62a71a6 100644 --- a/lib/typeid/version.rb +++ b/lib/typeid/version.rb @@ -1,3 +1,3 @@ class TypeID < String - VERSION = "0.1.6".freeze + VERSION = "0.1.7".freeze end