Compare commits
	
		
			10 Commits
		
	
	
		
			03a9810f48
			...
			0.0.7
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 5bc3ac5270 | |||
| bee8c9df96 | |||
| 8189fd9c0e | |||
| a18c5d5598 | |||
| be482ff6f1 | |||
| 103f9eb436 | |||
| 6d5bcf2802 | |||
| 4a419d2862 | |||
| b5553936b0 | |||
| 3f7d33af91 | 
							
								
								
									
										16
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								.drone.yml
									
									
									
									
									
								
							| @@ -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 | ||||||
| @@ -61,28 +62,21 @@ steps: | |||||||
|     commands: |     commands: | ||||||
|       - git add . |       - git add . | ||||||
|       - git commit -m "🚀New package version ${SOURCE_TAG} [CI SKIP]" |       - git commit -m "🚀New package version ${SOURCE_TAG} [CI SKIP]" | ||||||
|       - git tag ${SOURCE_TAG} |       - git tag ${SOURCE_TAG} -a -m "Release ${SOURCE_TAG}" | ||||||
|   - name: push commit to repo |   - name: push to repo | ||||||
|     image: appleboy/drone-git-push |     image: appleboy/drone-git-push | ||||||
|     settings: |     settings: | ||||||
|       branch: main |  | ||||||
|       commit: false |       commit: false | ||||||
|       author_email: bot@odit.services |       author_email: bot@odit.services | ||||||
|       remote: git@git.odit.services:lfk/scanclient-electron.git |  | ||||||
|       ssh_key: |  | ||||||
|         from_secret: git_ssh |  | ||||||
|   - name: push tag to repo |  | ||||||
|     image: appleboy/drone-git-push |  | ||||||
|     settings: |  | ||||||
|       followtags: true |       followtags: true | ||||||
|       branch: ${SOURCE_TAG} |  | ||||||
|       remote: git@git.odit.services:lfk/scanclient-electron.git |       remote: git@git.odit.services:lfk/scanclient-electron.git | ||||||
|  |       skip_verify: true | ||||||
|       ssh_key: |       ssh_key: | ||||||
|         from_secret: git_ssh |         from_secret: git_ssh | ||||||
|  |  | ||||||
| trigger: | 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.3", | 	"version": "0.0.7", | ||||||
| 	"description": "minimal electron application", | 	"description": "minimal electron application", | ||||||
| 	"main": "main.js", | 	"main": "main.js", | ||||||
| 	"scripts": { | 	"scripts": { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user