Enabled the release pipeline [CI SKIP]

This commit is contained in:
Nicolai Ort 2020-12-22 15:35:55 +01:00
parent 551cca391d
commit ef3122b505
2 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -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": {