From 8a10b0de29971a783f6262572b23ff383cf7e8f3 Mon Sep 17 00:00:00 2001 From: cvetty Date: Fri, 28 Jun 2024 07:38:35 +0300 Subject: [PATCH] Fix CICD[4] --- .github/workflows/pre-release.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 25bf794..45d2ba1 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -35,15 +35,12 @@ jobs: runs-on: ubuntu-20.04 outputs: release_id: ${{ steps.update_release.outputs.result }} + defaults: + run: + working-directory: krait-ui steps: - name: Checkout the repo uses: actions/checkout@v4 - with: - path: krait-ui - - - run: pwd - - - run: ls -la - name: Install NodeJS uses: actions/setup-node@v4 @@ -128,11 +125,12 @@ jobs: runs-on: ubuntu-20.04 permissions: contents: write + defaults: + run: + working-directory: krait-uid steps: - name: Checkout the repo uses: actions/checkout@v4 - with: - path: krait-ui - name: Install NodeJS uses: actions/setup-node@v4