You've already forked goreleaser
							
							
				mirror of
				https://github.com/goreleaser/goreleaser.git
				synced 2025-10-30 23:58:09 +02:00 
			
		
		
		
	fix: git safe directory
closes #3233 Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
		| @@ -26,7 +26,7 @@ if [ -n "$CI_REGISTRY_PASSWORD" ]; then | |||||||
| fi | fi | ||||||
|  |  | ||||||
| # prevents git from complaining about unsafe dir, specially when using github actions | # prevents git from complaining about unsafe dir, specially when using github actions | ||||||
| git config --global --add safe.directory . | git config --global --add safe.directory $PWD | ||||||
|  |  | ||||||
| # shellcheck disable=SC2068 | # shellcheck disable=SC2068 | ||||||
| exec goreleaser $@ | exec goreleaser $@ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user