Skip to content

Commit

Permalink
Release with branch for now
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Giddins <[email protected]>
  • Loading branch information
segiddins committed Nov 19, 2024
1 parent 200af07 commit e5cca9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push_gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
ruby-version: ruby

# Release
- uses: rubygems/release-gem@29c284620447a857040f93716ff7660e71cfc1de
- uses: rubygems/release-gem@segiddins/attest-by-default-when-using-trusted-publishing
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:
configure_trusted_publisher (0.2.0)
configure_trusted_publisher (0.2.1)
bundler (~> 2.5)
command_kit (~> 0.5.5)

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

module ConfigureTrustedPublisher
VERSION = "0.2.0"
VERSION = "0.2.1"
end

0 comments on commit e5cca9d

Please sign in to comment.