From ec63cf6f1612b87cae6a39576f0498e42b462ebb Mon Sep 17 00:00:00 2001 From: Mykola Grybyk <25589559+mgrybyk@users.noreply.github.com> Date: Mon, 5 Feb 2024 13:43:35 +0100 Subject: [PATCH] changed base dir to allure-action (#11) --- dist/index.js | 2 +- index.ts | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dist/index.js b/dist/index.js index badb234..714a683 100644 --- a/dist/index.js +++ b/dist/index.js @@ -36850,7 +36850,7 @@ __nccwpck_require__.a(module, async (__webpack_handle_async_dependencies__, __we -const baseDir = 'allure-js-action'; +const baseDir = 'allure-action'; const allureRelease = '2.27.0'; const allureCliDir = 'allure-cli'; const allureArchiveName = 'allure-commandline.tgz'; diff --git a/index.ts b/index.ts index 58510b2..506810c 100644 --- a/index.ts +++ b/index.ts @@ -20,7 +20,7 @@ import { getBranchName } from './src/helpers.js' import { isFileExist } from './src/isFileExists.js' import { cleanupOutdatedBranches, cleanupOutdatedReports } from './src/cleanup.js' -const baseDir = 'allure-js-action' +const baseDir = 'allure-action' const allureRelease = '2.27.0' const allureCliDir = 'allure-cli' const allureArchiveName = 'allure-commandline.tgz' diff --git a/package-lock.json b/package-lock.json index d9dc837..219a9bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "allure-report-branch-js-action", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "allure-report-branch-js-action", - "version": "1.2.0", + "version": "1.3.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ccb0f8b..674870b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "allure-report-branch-js-action", - "version": "1.2.0", + "version": "1.3.0", "description": "Allure Report with history per branch", "main": "index.js", "type": "module",