From 5296e8859b87d701b9107d2b2f2b4257d318f532 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 25 Jun 2023 19:01:10 +0200 Subject: [PATCH] fix(core): update --- .gitea/workflows/default_tags.yaml | 9 +-------- ts/00_commitinfo_data.ts | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/.gitea/workflows/default_tags.yaml b/.gitea/workflows/default_tags.yaml index f6f374c..64d7e3a 100644 --- a/.gitea/workflows/default_tags.yaml +++ b/.gitea/workflows/default_tags.yaml @@ -101,17 +101,10 @@ jobs: - name: Trigger run: npmci trigger - - name: Build docs and upload artifacts + - name: Build docs run: | npmci node install stable npmci npm install pnpm install -g @gitzone/tsdoc npmci command tsdoc continue-on-error: true - - - name: Upload artifacts - uses: actions/upload-artifact@v2 - with: - name: public - path: public - retention-days: 7 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 0172ab1..6c11913 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartfile', - version: '10.0.24', + version: '10.0.25', description: 'offers smart ways to work with files in nodejs' }