Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
6ab81fb323 | |||
58ec27a1a0 |
@ -1,6 +1,9 @@
|
||||
name: CI Pipeline
|
||||
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
env:
|
||||
IMAGE: registry.gitlab.com/hosttoday/ht-docker-node:npmci
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pushrocks/smartfile",
|
||||
"private": false,
|
||||
"version": "10.0.19",
|
||||
"version": "10.0.20",
|
||||
"description": "offers smart ways to work with files in nodejs",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@pushrocks/smartfile',
|
||||
version: '10.0.19',
|
||||
version: '10.0.20',
|
||||
description: 'offers smart ways to work with files in nodejs'
|
||||
}
|
||||
|
Reference in New Issue
Block a user