Compare commits
	
		
			3 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| db8688d255 | |||
| bee8c9df96 | |||
| 8189fd9c0e | 
| @@ -31,6 +31,7 @@ steps: | |||||||
|     depends_on: ["run electron packager"] |     depends_on: ["run electron packager"] | ||||||
|     image: plugins/gitea-release |     image: plugins/gitea-release | ||||||
|     settings: |     settings: | ||||||
|  |       title: Release ${DRONE_TAG} | ||||||
|       api_key: |       api_key: | ||||||
|         from_secret: gitea_token |         from_secret: gitea_token | ||||||
|       base_url: https://git.odit.services |       base_url: https://git.odit.services | ||||||
| @@ -76,5 +77,6 @@ trigger: | |||||||
|   event: |   event: | ||||||
|     exclude: |     exclude: | ||||||
|     - push |     - push | ||||||
|  |     - tag | ||||||
|   include: |   include: | ||||||
|     - custom |     - custom | ||||||
| @@ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
| 	"name": "@lfk/scanclient-electron", | 	"name": "@lfk/scanclient-electron", | ||||||
| 	"version": "0.0.6", | 	"version": "0.1.5", | ||||||
| 	"description": "minimal electron application", | 	"description": "minimal electron application", | ||||||
| 	"main": "main.js", | 	"main": "main.js", | ||||||
| 	"scripts": { | 	"scripts": { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user