Skip to content

Commit

Permalink
Fix release action
Browse files Browse the repository at this point in the history
Signed-off-by: Zabil Cheriya Maliackal <[email protected]>
  • Loading branch information
zabil committed Jun 11, 2024
1 parent b617e05 commit 896dc47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
git config --global user.name "$(git --no-pager log --format=format:'%an' -n 1)"
git config --global user.email "$(git --no-pager log --format=format:'%ae' -n 1)"
- run: Install dependencies
npm install
- name: Install dependencies
run: npm install

- name: Package
working-directory: gauge-ts
Expand Down

0 comments on commit 896dc47

Please sign in to comment.