Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tara Drwenski authored and haileyajohnson committed Oct 24, 2023
1 parent 30967f0 commit d37d514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/root/publishing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def publishDownloadsTask = tasks.register('publishDownloads', PublishToRawRepoTa

publish.dependsOn publishDownloadsTask

def publishReleaseInfoAndLatestTask = tasks.register('publishReleaseInfoAndLAtest', PublishToRawRepoTask) {
def publishReleaseInfoAndLatestTask = tasks.register('publishReleaseInfoAndLatest', PublishToRawRepoTask) {
group = 'publishing'
description = 'Publish release_info.json and startup/latest.xml to Nexus downloads.'
host = 'https://artifacts.unidata.ucar.edu/'
Expand Down

0 comments on commit d37d514

Please sign in to comment.