mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-26 12:27:06 +00:00 
			
		
		
		
	allow overwrite artifacts for github releases (#18987)
This commit is contained in:
		| @@ -804,11 +804,12 @@ steps: | ||||
|     depends_on: [gpg-sign] | ||||
|  | ||||
|   - name: github | ||||
|     image: plugins/github-release:1 | ||||
|     image: plugins/github-release:latest | ||||
|     pull: always | ||||
|     settings: | ||||
|       files: | ||||
|         - "dist/release/*" | ||||
|       file_exists: overwrite | ||||
|     environment: | ||||
|       GITHUB_TOKEN: | ||||
|         from_secret: github_token | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 6543
					6543