From 8b655bf0303939419dbed016c4a8c3b44eba85fc Mon Sep 17 00:00:00 2001 From: T Van Doren <210452321+tvdaptible@users.noreply.github.com> Date: Mon, 29 Dec 2025 10:02:26 -0800 Subject: [PATCH 1/2] fix up release.yml learnings from https://github.com/aptible/aptible-auth-ruby/actions/runs/20579099709/job/59102682363 --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6db3754..5b5e3bb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,4 +21,6 @@ jobs: bundler-cache: false ruby-version: "3.3" + - run: bundle install + - uses: rubygems/release-gem@1c162a739e8b4cb21a676e97b087e8268d8fc40b From 425e1377aec9d72931e9d34a5f667d229f39cfcb Mon Sep 17 00:00:00 2001 From: T Van Doren <210452321+tvdaptible@users.noreply.github.com> Date: Mon, 29 Dec 2025 10:03:17 -0800 Subject: [PATCH 2/2] also bump version v1.12.0 -> v1.12.1 --- lib/aptible/api/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/aptible/api/version.rb b/lib/aptible/api/version.rb index da87dec..b72f4ef 100644 --- a/lib/aptible/api/version.rb +++ b/lib/aptible/api/version.rb @@ -1,5 +1,5 @@ module Aptible module Api - VERSION = '1.12.0'.freeze + VERSION = '1.12.1'.freeze end end