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:
parent
c10e4d849f
commit
c7db50ca23
21
.travis.yml
21
.travis.yml
@ -42,10 +42,19 @@ jobs:
|
||||
- git stash --all
|
||||
- npm install
|
||||
- npm run build
|
||||
- npm pack
|
||||
deploy:
|
||||
provider: npm
|
||||
skip_cleanup: true
|
||||
email: "info@valentineus.link"
|
||||
api_key: $NPM_PROJECT_TOKEN
|
||||
on:
|
||||
tags: true
|
||||
- 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
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user