Skip to content

Commit

Permalink
More work to get Rubygems trusted publishing working
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmorrison committed Jan 11, 2024
1 parent 730e937 commit b179acc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
push:
if: github.repository == 'collectiveidea/audited'
runs-on: ubuntu-latest

permissions:
Expand Down
2 changes: 0 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ require "rspec/core/rake_task"
require "rake/testtask"
require "appraisal"

Bundler::GemHelper.install_tasks(name: "audited")

RSpec::Core::RakeTask.new(:spec)

Rake::TestTask.new do |t|
Expand Down

0 comments on commit b179acc

Please sign in to comment.