0
mirror of https://github.com/valentineus/simple-container.git synced 2025-04-28 00:41:24 +03:00

Automatic publication of the package in GitHub

This commit is contained in:
Valentin Popov 2017-10-22 19:05:48 +04:00
parent c10e4d849f
commit c7db50ca23
2 changed files with 16 additions and 7 deletions

View File

@ -42,10 +42,19 @@ jobs:
- git stash --all
- npm install
- npm run build
- npm pack
deploy:
provider: npm
- provider: npm
skip_cleanup: true
email: "info@valentineus.link"
api_key: $NPM_PROJECT_TOKEN
on:
tags: true
- provider: releases
skip_cleanup: true
file: "simple-container-*.tgz"
email: "info@valentineus.link"
api_key: $GITHUB_PROJECT_TOKEN
on:
tags: true

View File

@ -1,6 +1,6 @@
{
"name": "simple-container",
"version": "1.1.1",
"version": "1.1.2",
"description": "Simple and fast work with the Docker container",
"homepage": "https://github.com/valentineus/simple-container",
"license": "MIT",