We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74b8b5e commit 64d41cbCopy full SHA for 64d41cb
.github/workflows/releases.yaml
@@ -19,11 +19,11 @@ jobs:
19
node-version: 18.x
20
cache: npm
21
22
- - name: Install dependencies
23
- run: npm install
+ - name: Set execute permission for build.sh
+ run: chmod +x build/build.sh
24
25
- name: Build ZIP archive
26
- run: npm run build
+ run: bash build/build.sh
27
28
- name: Tag new version
29
id: tagger
0 commit comments