Skip to content

Commit 64d41cb

Browse files
author
Tilak Kumar
committed
Update script permissions
1 parent 74b8b5e commit 64d41cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/releases.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
node-version: 18.x
2020
cache: npm
2121

22-
- name: Install dependencies
23-
run: npm install
22+
- name: Set execute permission for build.sh
23+
run: chmod +x build/build.sh
2424

2525
- name: Build ZIP archive
26-
run: npm run build
26+
run: bash build/build.sh
2727

2828
- name: Tag new version
2929
id: tagger

0 commit comments

Comments
 (0)