This commit is contained in:
		| @ -292,7 +292,7 @@ func pushRelease(recipe recipe.Recipe, tagString string) error { | |||||||
| 		} | 		} | ||||||
|  |  | ||||||
| 		if !internal.Dry { | 		if !internal.Dry { | ||||||
| 			url := fmt.Sprintf("%s/%s/tags/%s", config.REPOS_BASE_URL, recipe.Name, tagString) | 			url := fmt.Sprintf("%s/%s/src/tag/%s", config.REPOS_BASE_URL, recipe.Name, tagString) | ||||||
| 			logrus.Infof("new release published: %s", url) | 			logrus.Infof("new release published: %s", url) | ||||||
| 		} else { | 		} else { | ||||||
| 			logrus.Info("dry run: no changes published") | 			logrus.Info("dry run: no changes published") | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user