You've already forked goreleaser
							
							
				mirror of
				https://github.com/goreleaser/goreleaser.git
				synced 2025-10-30 23:58:09 +02:00 
			
		
		
		
	ci: fix npm configuration
This commit is contained in:
		| @@ -10,12 +10,13 @@ nightly: | ||||
|  | ||||
| npms: | ||||
|   - name: "@goreleaser/goreleaser" | ||||
|     repository: https://github.com/goreleaser/goreleaser | ||||
|     repository: "git+https://github.com/goreleaser/goreleaser.git" | ||||
|     bugs: https://github.com/goreleaser/goreleaser/issues | ||||
|     description: Release engineering, simplified | ||||
|     homepage: https://goreleaser.com | ||||
|     license: MIT | ||||
|     author: "Carlos Alexandro Becker <carlos@becker.software>" | ||||
|     access: public | ||||
|     keywords: | ||||
|       - release | ||||
|       - golang | ||||
|   | ||||
		Reference in New Issue
	
	Block a user