Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Fix Forge deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
leoarnold committed Apr 22, 2019
1 parent 7ba8e94 commit ba901bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakelib/forge.rake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace :forge do
end

desc 'Release module on the Puppet forge'
task release: %i[travis:release? module:push]
task release: %i[forge:release? module:push]

desc 'List all versions of this module already published on the Puppet Forge'
task :releases do
Expand Down

0 comments on commit ba901bc

Please sign in to comment.