Skip to content

Commit

Permalink
Fix CICD[4]
Browse files Browse the repository at this point in the history
  • Loading branch information
cvetty committed Jun 28, 2024
1 parent c1afce4 commit 8a10b0d
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8a10b0d

Please sign in to comment.