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 bd054e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release pack
on:
push:
branches:
- main
- dev

jobs:
release:
Expand All @@ -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 bd054e1

Please sign in to comment.