Skip to content

Commit

Permalink
Fix release action fail
Browse files Browse the repository at this point in the history
  • Loading branch information
krypciak committed Sep 30, 2023
1 parent 23e596f commit 9d0db36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install dependencies
run: sudo apt update; sudo apt install npm
run: sudo apt update; sudo apt install npm esbuild

- name: Update package.json and ccmod.json
run: |
Expand Down

0 comments on commit 9d0db36

Please sign in to comment.