We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c64d18 commit 0115206Copy full SHA for 0115206
src/fpm/cmd/publish.f90
@@ -81,6 +81,7 @@ subroutine cmd_publish(settings)
81
do i = 1, size(upload_data)
82
print *, upload_data(i)%s
83
end do
84
+ return
85
end if
86
87
! Make sure a token is provided for publishing.
@@ -97,7 +98,8 @@ subroutine cmd_publish(settings)
97
98
if (settings%is_dry_run) then
99
print *, 'Dry run successful.'
100
print *, ''
- print *, 'tarball generated for upload: ', tmp_file; return
101
+ print *, 'tarball generated for upload: ', tmp_file
102
103
104
105
call downloader%upload_form(official_registry_base_url//'/packages', upload_data, error)
0 commit comments