Compare commits

..

No commits in common. "9d41c2d53d57c937bb3e52b7798c26aa5dc23540" and "d04bfe9fafe638ae7c1d5ab2ab5b378d81cfd172" have entirely different histories.

2 changed files with 12 additions and 5 deletions

View File

@ -61,17 +61,24 @@ 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} -a -m "Release ${SOURCE_TAG}" - git tag ${SOURCE_TAG}
- name: push to repo - name: push commit 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
followtags: true
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
- name: push tag to repo
image: appleboy/drone-git-push
settings:
followtags: true
remote: git@git.odit.services:lfk/scanclient-electron.git
ssh_key:
from_secret: git_ssh
trigger: trigger:
event: event:
exclude: exclude:

View File

@ -1,6 +1,6 @@
{ {
"name": "@lfk/scanclient-electron", "name": "@lfk/scanclient-electron",
"version": "0.0.6", "version": "0.0.4",
"description": "minimal electron application", "description": "minimal electron application",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {