forked from toolshed/abra
		
	fix: get right url
This commit is contained in:
		@ -292,7 +292,7 @@ func pushRelease(recipe recipe.Recipe, tagString string) error {
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		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)
 | 
			
		||||
		} else {
 | 
			
		||||
			logrus.Info("dry run: no changes published")
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user