Enabled the release pipeline [CI SKIP]
This commit is contained in:
parent
551cca391d
commit
ef3122b505
16
.drone.yml
16
.drone.yml
@ -23,7 +23,7 @@ steps:
|
||||
commands:
|
||||
- yarn
|
||||
- yarn build
|
||||
# - npm --no-git-tag-version version ${SOURCE_TAG}
|
||||
- npm --no-git-tag-version version ${SOURCE_TAG}
|
||||
- name: push to repo
|
||||
image: appleboy/drone-git-push
|
||||
settings:
|
||||
@ -34,14 +34,14 @@ steps:
|
||||
remote: git@git.odit.services:lfk/lfk-client-js.git
|
||||
ssh_key:
|
||||
from_secret: GITLAB_SSHKEY
|
||||
# - name: npm
|
||||
# image: plugins/npm
|
||||
# settings:
|
||||
# token:
|
||||
# from_secret: NPM_TOKEN
|
||||
# email: info@odit.services
|
||||
- name: npm
|
||||
image: plugins/npm
|
||||
settings:
|
||||
token:
|
||||
from_secret: NPM_TOKEN
|
||||
email: info@odit.services
|
||||
|
||||
trigger:
|
||||
event:
|
||||
include:
|
||||
exclude:
|
||||
- push
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@odit/lfk-client-js",
|
||||
"description": "A lib to interact with https://git.odit.services/lfk/backend. Use this version for native JS applications.",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.4",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"main": "./dist/index.js",
|
||||
"repository": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user